diff --git a/doc/api/buffer.md b/doc/api/buffer.md index 15279fab1957dc..e81a3b89d3a936 100644 --- a/doc/api/buffer.md +++ b/doc/api/buffer.md @@ -2795,7 +2795,7 @@ added: v0.5.5 changes: - version: - v14.9.0 - - 12.19.0 + - v12.19.0 pr-url: https://github.com/nodejs/node/pull/34729 description: This function is also available as `buf.writeUint16LE()`. - version: v10.0.0 diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 0b1b8c5fa23484..bae974ad35d326 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -729,7 +729,7 @@ changes: pr-url: https://github.com/nodejs/node/pull/10116 description: A deprecation code has been assigned. - version: v1.0.0 - pr-url: https://github.com/iojs/io.js/pull/166 + pr-url: https://github.com/nodejs/node/pull/166 description: Documentation-only deprecation. --> @@ -2143,6 +2143,9 @@ The `crypto._toBuf()` function was not designed to be used by modules outside of Node.js core and was removed. ### DEP0115: `crypto.prng()`, `crypto.pseudoRandomBytes()`, `crypto.rng()` + + + + + Type: Documentation-only (supports [`--pending-deprecation`][]) In recent versions of Node.js, there is no difference between @@ -2531,8 +2536,8 @@ purpose and is only available on CommonJS environment. @@ -2658,7 +2663,7 @@ The [`crypto.Certificate()` constructor][] is deprecated. Use ### DEP0XXX: `fs.rmdir(path, { recursive: true })` diff --git a/doc/api/errors.md b/doc/api/errors.md index 9f12a9cba1a923..338afb6bf520eb 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -2396,7 +2396,8 @@ changes: - version: - v11.4.0 - v10.15.0 - pr-url: https://github.com/nodejs/node/commit/186035243fad247e3955f + commit: 186035243fad247e3955f + pr-url: https://github.com/nodejs-private/node-private/pull/143 description: Max header size in `http_parser` was set to 8KB. --> diff --git a/doc/api/http.md b/doc/api/http.md index ac92b34b30bcef..9e50841a67be40 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -1193,7 +1193,7 @@ per connection (in the case of HTTP Keep-Alive connections). added: v0.1.94 changes: - version: v10.0.0 - pr-url: v10.0.0 + pr-url: https://github.com/nodejs/node/pull/19981 description: Not listening to this event no longer causes the socket to be destroyed if a client sends an Upgrade header. --> diff --git a/doc/api/http2.md b/doc/api/http2.md index 86fcc8151b6902..632930da7e0387 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -2066,6 +2066,7 @@ changes: - v14.4.0 - v12.18.0 - v10.21.0 + commit: 3948830ce6408be620b09a70bf66158623022af0 pr-url: https://github.com/nodejs-private/node-private/pull/204 description: Added `maxSettings` option with a default of 32. - version: @@ -2207,6 +2208,7 @@ changes: - v14.4.0 - v12.18.0 - v10.21.0 + commit: 3948830ce6408be620b09a70bf66158623022af0 pr-url: https://github.com/nodejs-private/node-private/pull/204 description: Added `maxSettings` option with a default of 32. - version: @@ -2335,6 +2337,7 @@ changes: - v14.4.0 - v12.18.0 - v10.21.0 + commit: 3948830ce6408be620b09a70bf66158623022af0 pr-url: https://github.com/nodejs-private/node-private/pull/204 description: Added `maxSettings` option with a default of 32. - version: v13.0.0 diff --git a/doc/api/util.md b/doc/api/util.md index 2bbb45819426b9..063239c241e466 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -1180,7 +1180,7 @@ is not supported. added: v8.3.0 changes: - version: v11.0.0 - pr-url: v11.0.0 + pr-url: https://github.com/nodejs/node/pull/22281 description: The class is now available on the global object. --> @@ -1241,7 +1241,7 @@ mark. added: v8.3.0 changes: - version: v11.0.0 - pr-url: v11.0.0 + pr-url: https://github.com/nodejs/node/pull/22281 description: The class is now available on the global object. -->