diff --git a/doc/api/buffer.md b/doc/api/buffer.md index 118ebf86e77e0c..015f87a169cc86 100644 --- a/doc/api/buffer.md +++ b/doc/api/buffer.md @@ -2756,7 +2756,9 @@ console.log(buf); @@ -2121,6 +2121,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 @@ -2505,7 +2510,9 @@ purpose and is only available on CommonJS environment. ### DEP0139: `process.umask()` with no arguments @@ -2631,7 +2638,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 79a5ac279de239..4c963210ad9c56 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -2208,7 +2208,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 e84b0bb67f18aa..552ffe4670f416 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -1182,7 +1182,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 9679ed23f6966b..133cb564f6e8d0 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -2054,6 +2054,9 @@ added: v8.4.0 changes: - version: - 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: @@ -2193,6 +2196,9 @@ added: v8.4.0 changes: - version: - 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: @@ -2319,6 +2325,9 @@ added: v8.4.0 changes: - version: - 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 c36636db48991b..f50ef6b3b2a684 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. -->