diff --git a/CHANGELOG.md b/CHANGELOG.md index 41bf97f743dccd..f7eb832526f6e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,7 +50,8 @@ release. 19.0.0
-18.15.0
+18.16.0
+18.15.0
18.14.2
18.14.1
18.14.0
diff --git a/doc/api/async_context.md b/doc/api/async_context.md index 7e456aa9be1b03..51d6393c14ae6b 100644 --- a/doc/api/async_context.md +++ b/doc/api/async_context.md @@ -123,7 +123,9 @@ added: - v13.10.0 - v12.17.0 changes: - - version: v19.7.0 + - version: + - v19.7.0 + - v18.16.0 pr-url: https://github.com/nodejs/node/pull/46386 description: Removed experimental onPropagate option. - version: @@ -139,7 +141,9 @@ Creates a new instance of `AsyncLocalStorage`. Store is only provided within a ### Static method: `AsyncLocalStorage.bind(fn)` > Stability: 1 - Experimental @@ -153,7 +157,9 @@ Binds the given function to the current execution context. ### Static method: `AsyncLocalStorage.snapshot()` > Stability: 1 - Experimental diff --git a/doc/api/buffer.md b/doc/api/buffer.md index da90d3f3050882..3dbada312576a4 100644 --- a/doc/api/buffer.md +++ b/doc/api/buffer.md @@ -1061,7 +1061,9 @@ console.log(bufA.length); ### Static method: `Buffer.copyBytesFrom(view[, offset[, length]])` * `view` {TypedArray} The {TypedArray} to copy. diff --git a/doc/api/events.md b/doc/api/events.md index cca6fca8b392b0..e443c2162c8e64 100644 --- a/doc/api/events.md +++ b/doc/api/events.md @@ -651,7 +651,9 @@ set by [`emitter.setMaxListeners(n)`][] or defaults to diff --git a/doc/api/stream.md b/doc/api/stream.md index 629c0fa8ed822a..8a60742b1eed95 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -2721,7 +2721,9 @@ const cleanup = finished(rs, (err) => { @@ -3263,7 +3267,9 @@ readable.getReader().read().then((result) => { diff --git a/doc/api/tls.md b/doc/api/tls.md index b115b172306912..5b44ba7d8c3f56 100644 --- a/doc/api/tls.md +++ b/doc/api/tls.md @@ -1792,7 +1792,9 @@ argument. * {string} The default value of the `ciphers` option of diff --git a/doc/api/url.md b/doc/api/url.md index 4303fe13954bd4..abfd67e2cb11a0 100644 --- a/doc/api/url.md +++ b/doc/api/url.md @@ -968,7 +968,9 @@ console.log(params.toString()); #### `urlSearchParams.size` The total number of parameter entries. diff --git a/doc/api/util.md b/doc/api/util.md index 638b142496e59a..430453aa30d3da 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -1991,7 +1991,9 @@ channel.port2.postMessage(signal, [signal]); ## `util.aborted(signal, resource)` > Stability: 1 - Experimental diff --git a/doc/api/worker_threads.md b/doc/api/worker_threads.md index ea11b8f45956a4..0d585965b856d7 100644 --- a/doc/api/worker_threads.md +++ b/doc/api/worker_threads.md @@ -906,7 +906,9 @@ if (isMainThread) {