Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2021-11-26 17:56:21 +0300
committerMichaël Zasso <targos@protonmail.com>2021-11-30 20:45:03 +0300
commit79731df60843a47ed2c4c7b20da773d96157e4f0 (patch)
treeed7b4d59838fcfb3b9ae93c9d822bed0958c97ec /doc/api/tls.md
parentf01d30b1212b6e8216e292e9377fefe9bae3712f (diff)
2021-11-30, Version 17.2.0 (Current)
Notable changes: async_hooks: * (SEMVER-MINOR) expose async_wrap providers (Rafael Gonzaga) https://github.com/nodejs/node/pull/40760 deps: * (SEMVER-MINOR) update V8 to 9.6.180.14 (Michaël Zasso) https://github.com/nodejs/node/pull/40488 lib: * (SEMVER-MINOR) add reason to AbortSignal (James M Snell) https://github.com/nodejs/node/pull/40807 src: * (SEMVER-MINOR) add x509.fingerprint512 to crypto module (3nprob) https://github.com/nodejs/node/pull/39809 stream: * deprecate thenable support (Antoine du Hamel) https://github.com/nodejs/node/pull/40860 * fix finished regression when working with legacy Stream (Matteo Collina) https://github.com/nodejs/node/pull/40858 PR-URL: https://github.com/nodejs/node/pull/40983
Diffstat (limited to 'doc/api/tls.md')
-rw-r--r--doc/api/tls.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/tls.md b/doc/api/tls.md
index 50cce2c83c9..dffefa03842 100644
--- a/doc/api/tls.md
+++ b/doc/api/tls.md
@@ -1133,7 +1133,7 @@ certificate.
<!-- YAML
changes:
- - version: REPLACEME
+ - version: v17.2.0
pr-url: https://github.com/nodejs/node/pull/39809
description: Add fingerprint512.
- version: v11.4.0