From 36dadfa3828ce69675e25ee2775b2e259b38e00b Mon Sep 17 00:00:00 2001 From: Ruy Adorno Date: Tue, 8 Feb 2022 12:17:00 -0500 Subject: 2022-02-10, Version 17.5.0 (Current) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Notable changes: lib: * (SEMVER-MINOR) add fetch (Michaƫl Zasso) https://github.com/nodejs/node/pull/41749 module: * unflag esm json modules (Geoffrey Booth) https://github.com/nodejs/node/pull/41736 node-api: * (SEMVER-MINOR) add node_api_symbol_for() (Darshan Sen) https://github.com/nodejs/node/pull/41329 stream: * (SEMVER-MINOR) add iterator helper find (linkgoron) https://github.com/nodejs/node/pull/41849 * (SEMVER-MINOR) add toArray (Benjamin Gruenbaum) https://github.com/nodejs/node/pull/41553 * (SEMVER-MINOR) add forEach method (Benjamin Gruenbaum) https://github.com/nodejs/node/pull/41445 * (SEMVER-MINOR) support some and every (Benjamin Gruenbaum) https://github.com/nodejs/node/pull/41573 deps: * upgrade npm to 8.4.1 (npm team) [#41836](https://github.com/nodejs/node/pull/41836) PR-URL: https://github.com/nodejs/node/pull/41897 --- doc/api/crypto.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/api/crypto.md') diff --git a/doc/api/crypto.md b/doc/api/crypto.md index ee344efb3e5..0e56f12a6fd 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -2475,12 +2475,12 @@ changes: - version: REPLACEME pr-url: https://github.com/nodejs/node/pull/41600 description: The subject option now defaults to `'default'`. - - version: REPLACEME + - version: v17.5.0 pr-url: https://github.com/nodejs/node/pull/41599 description: The `wildcards`, `partialWildcards`, `multiLabelWildcards`, and `singleLabelSubdomains` options have been removed since they had no effect. - - version: REPLACEME + - version: v17.5.0 pr-url: https://github.com/nodejs/node/pull/41569 description: The subject option can now be set to `'default'`. --> @@ -2513,7 +2513,7 @@ changes: - version: REPLACEME pr-url: https://github.com/nodejs/node/pull/41600 description: The subject option now defaults to `'default'`. - - version: REPLACEME + - version: v17.5.0 pr-url: https://github.com/nodejs/node/pull/41569 description: The subject option can now be set to `'default'`. --> @@ -2554,7 +2554,7 @@ considered, even if the certificate contains no subject alternative names. -- cgit v1.2.3