diff --git a/doc/api/async_context.md b/doc/api/async_context.md index c35f65d18d7924..66d134871bd148 100644 --- a/doc/api/async_context.md +++ b/doc/api/async_context.md @@ -172,7 +172,7 @@ added: - v19.8.0 - v18.16.0 changes: - - version: + - version: - v23.11.0 - v22.15.0 pr-url: https://github.com/nodejs/node/pull/57510 diff --git a/doc/api/dns.md b/doc/api/dns.md index 5faf78734867ea..04022473c9ca42 100644 --- a/doc/api/dns.md +++ b/doc/api/dns.md @@ -808,7 +808,7 @@ be an array of objects with the following properties: ## `dns.resolveTlsa(hostname, callback)` @@ -1504,7 +1504,7 @@ the following properties: ### `dnsPromises.resolveTlsa(hostname)` diff --git a/doc/api/fs.md b/doc/api/fs.md index c02ecdc0c102e4..c033b303538be6 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -484,7 +484,7 @@ changes: - version: REPLACEME pr-url: https://github.com/nodejs/node/pull/57513 description: Marking the API stable. - - version: + - version: - v23.8.0 - v22.15.0 pr-url: https://github.com/nodejs/node/pull/55461 diff --git a/doc/api/globals.md b/doc/api/globals.md index a9abab902ec5e4..3ba4cf2bc655f2 100644 --- a/doc/api/globals.md +++ b/doc/api/globals.md @@ -257,7 +257,7 @@ Used to handle binary data. See the [buffer section][]. A browser-compatible implementation of [`ReadableStreamBYOBReader`][]. @@ -1031,7 +1031,7 @@ A browser-compatible implementation of [`ReadableStreamBYOBReader`][]. @@ -1015,7 +1015,7 @@ register('./path-to-my-hooks.js', { diff --git a/doc/api/sqlite.md b/doc/api/sqlite.md index 425f4118513b2f..6afe5694a65cf2 100644 --- a/doc/api/sqlite.md +++ b/doc/api/sqlite.md @@ -81,7 +81,7 @@ changes: - version: REPLACEME pr-url: https://github.com/nodejs/node/pull/57752 description: Add `timeout` option. - - version: + - version: - v23.10.0 - v22.15.0 pr-url: https://github.com/nodejs/node/pull/56991 @@ -301,7 +301,7 @@ wrapper around [`sqlite3_create_function_v2()`][]. ### `database.isOpen` @@ -413,7 +413,7 @@ targetDb.applyChangeset(changeset); ### `database[Symbol.dispose]()` @@ -658,7 +658,7 @@ are several caveats to be aware of when enabling bare named parameters: ### `statement.setAllowUnknownNamedParameters(enabled)` diff --git a/doc/api/tls.md b/doc/api/tls.md index c7bdb1f822df11..7e443fb66e5021 100644 --- a/doc/api/tls.md +++ b/doc/api/tls.md @@ -2263,7 +2263,7 @@ The server can be tested by connecting to it using the example client from ## `tls.getCACertificates([type])` diff --git a/doc/api/util.md b/doc/api/util.md index 68f8db036b87e5..fe397da2836de2 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -328,7 +328,7 @@ property take precedence over `--trace-deprecation` and ## `util.diff(actual, expected)` @@ -1564,7 +1564,7 @@ added: - v19.1.0 - v18.13.0 changes: - - version: + - version: - v23.11.0 - v22.15.0 pr-url: https://github.com/nodejs/node/pull/57510 @@ -2698,7 +2698,7 @@ Unicode "replacement character" U+FFFD. diff --git a/doc/api/zlib.md b/doc/api/zlib.md index e1ed38ad33a7a1..d1efe90ee7de1d 100644 --- a/doc/api/zlib.md +++ b/doc/api/zlib.md @@ -725,7 +725,7 @@ These advanced options are available for controlling decompression: > Stability: 1 - Experimental @@ -1034,7 +1034,7 @@ the inflate and deflate algorithms. > Stability: 1 - Experimental @@ -1067,7 +1067,7 @@ const stream = zlib.createZstdCompress({ > Stability: 1 - Experimental @@ -1079,7 +1079,7 @@ Compress data using the Zstd algorithm. > Stability: 1 - Experimental @@ -1264,7 +1264,7 @@ Creates and returns a new [`Unzip`][] object. > Stability: 1 - Experimental @@ -1278,7 +1278,7 @@ Creates and returns a new [`ZstdCompress`][] object. > Stability: 1 - Experimental @@ -1638,7 +1638,7 @@ Decompress a chunk of data with [`Unzip`][]. > Stability: 1 - Experimental @@ -1652,7 +1652,7 @@ added: > Stability: 1 - Experimental @@ -1665,7 +1665,7 @@ Compress a chunk of data with [`ZstdCompress`][]. ### `zlib.zstdDecompress(buffer[, options], callback)` @@ -1679,7 +1679,7 @@ added: > Stability: 1 - Experimental