diff --git a/CHANGELOG.md b/CHANGELOG.md index b6e21279f63122..4e90bf32d78341 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,8 @@ release. -12.11.1
+12.12.0
+12.11.1
12.11.0
12.10.0
12.9.1
diff --git a/doc/api/cli.md b/doc/api/cli.md index 93dbd43c2172a9..600137150a2c30 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -137,7 +137,7 @@ Enable FIPS-compliant crypto at startup. (Requires Node.js to be built with ### `--enable-source-maps` > Stability: 1 - Experimental @@ -457,7 +457,7 @@ Silence all process warnings (including deprecations). ### `--force-context-aware` Disable loading native addons that are not [context-aware][]. diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 9687f342b46141..83ef32ca1da6f6 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2498,7 +2498,7 @@ Passing a callback to [`worker.terminate()`][] is deprecated. Use the returned ### DEP0133: http connection @@ -2512,7 +2512,7 @@ Prefer [`response.socket`][] over [`response.connection`][] and ### DEP0134: process._tickCallback diff --git a/doc/api/errors.md b/doc/api/errors.md index 329c369d152a30..e3a3c10d6a774e 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -2071,7 +2071,7 @@ state, usually after `.close()` has been called. ### ERR_CRYPTO_HASH_DIGEST_NO_UTF16 The UTF-16 encoding was used with [`hash.digest()`][]. While the diff --git a/doc/api/fs.md b/doc/api/fs.md index d7a4ebcc2e8604..37518e46b0e1c1 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -286,7 +286,7 @@ performance implications for some applications. See the ## Class fs.Dir A class representing a directory stream. @@ -307,7 +307,7 @@ print('./').catch(console.error); ### dir.path * {string} @@ -317,7 +317,7 @@ The read-only path of this directory as was provided to [`fs.opendir()`][], ### dir.close() * Returns: {Promise} @@ -330,7 +330,7 @@ closed. ### dir.close(callback) * `callback` {Function} @@ -343,7 +343,7 @@ The `callback` will be called after the resource handle has been closed. ### dir.closeSync() Synchronously close the directory's underlying resource handle. @@ -351,7 +351,7 @@ Subsequent reads will result in errors. ### dir.read() * Returns: {Promise} containing {fs.Dirent|null} @@ -367,7 +367,7 @@ provided by the operating system's underlying directory mechanisms._ ### dir.read(callback) * `callback` {Function} @@ -385,7 +385,7 @@ provided by the operating system's underlying directory mechanisms._ ### dir.readSync() * Returns: {fs.Dirent|null} @@ -400,7 +400,7 @@ provided by the operating system's underlying directory mechanisms._ ### dir\[Symbol.asyncIterator\]() * Returns: {AsyncIterator} of {fs.Dirent} @@ -2641,7 +2641,7 @@ this API: [`fs.open()`][]. ## fs.opendir(path[, options], callback) * `path` {string|Buffer|URL} @@ -2661,7 +2661,7 @@ directory and subsequent read operations. ## fs.opendirSync(path[, options]) * `path` {string|Buffer|URL} @@ -4818,7 +4818,7 @@ a colon, Node.js will open a file system stream, as described by ## fsPromises.opendir(path[, options]) * `path` {string|Buffer|URL} diff --git a/doc/api/http2.md b/doc/api/http2.md index 04fdfe52167699..0798d1ec896ff9 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -1439,7 +1439,7 @@ server.on('stream', (stream) => { The `module.syncBuiltinESMExports()` method updates all the live bindings for diff --git a/doc/api/tls.md b/doc/api/tls.md index d90affa4c3b70d..70c6b96a0e471d 100644 --- a/doc/api/tls.md +++ b/doc/api/tls.md @@ -1358,7 +1358,7 @@ argument.