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:
authorDanielle Adams <adamzdanielle@gmail.com>2022-06-13 03:14:37 +0300
committerDanielle Adams <adamzdanielle@gmail.com>2022-06-16 16:45:05 +0300
commitf50a80c8e13af5063742d3d85ef186b6bdea75e4 (patch)
tree0cc4d40ac6806580e8d7f78d4fb11c6aaa8ed668 /doc/api/tls.md
parent7bf50bc26aa01308d06ffd6bd75864c29486fa0b (diff)
2022-06-16, Version 18.4.0 (Current)
Notable changes: * crypto: * remove Node.js-specific webcrypto extensions (Filip Skokan) https://github.com/nodejs/node/pull/43310 * add CFRG curves to Web Crypto API (Filip Skokan) https://github.com/nodejs/node/pull/42507 * dns: * accept `'IPv4'` and `'IPv6'` for `family` (Antoine du Hamel) https://github.com/nodejs/node/pull/43054 * report: * add more heap infos in process report (theanarkh) https://github.com/nodejs/node/pull/43116 PR-URL: https://github.com/nodejs/node/pull/43385
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 fd01f4cb9c5..fdf23255522 100644
--- a/doc/api/tls.md
+++ b/doc/api/tls.md
@@ -956,7 +956,7 @@ tlsSocket.once('session', (session) => {
<!-- YAML
added: v0.11.4
changes:
- - version: REPLACEME
+ - version: v18.4.0
pr-url: https://github.com/nodejs/node/pull/43054
description: The `family` property now returns a string instead of a number.
- version: v18.0.0