From 31772a4e85c642276604af6850caa3c590d21aa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Wed, 25 Aug 2021 09:01:17 +0200 Subject: 2021-08-25, Version 16.8.0 (Current) Notable changes: doc: * deprecate type coercion for `dns.lookup` options (Antoine du Hamel) https://github.com/nodejs/node/pull/38906 stream: * (SEMVER-MINOR) add `stream.Duplex.from` utility (Robert Nagy) https://github.com/nodejs/node/pull/39519 * (SEMVER-MINOR) add `isDisturbed` helper (Robert Nagy) https://github.com/nodejs/node/pull/39628 util: * (SEMVER-MINOR) expose `toUSVString` (Robert Nagy) https://github.com/nodejs/node/pull/39814 PR-URL: https://github.com/nodejs/node/pull/39875 --- doc/api/deprecations.md | 2 +- doc/api/stream.md | 6 +++--- doc/api/util.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/api') diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 0c1a7be2a60..634dc0f6e96 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2789,7 +2789,7 @@ deprecated and should no longer be used. ### DEP0153: `dns.lookup` and `dnsPromises.lookup` options type coercion diff --git a/doc/api/stream.md b/doc/api/stream.md index 0d93e5492c9..cd7577dbc98 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -1263,7 +1263,7 @@ the stream has not been destroyed or emitted `'error'` or `'end'`. ##### `readable.readableAborted` > Stability: 1 - Experimental @@ -2079,7 +2079,7 @@ added: REPLACEME ### `stream.Readable.isDisturbed(stream)` > Stability: 1 - Experimental @@ -2126,7 +2126,7 @@ added: REPLACEME ### `stream.Duplex.from(src)` * `src` {Stream|Blob|ArrayBuffer|string|Iterable|AsyncIterable| diff --git a/doc/api/util.md b/doc/api/util.md index e0912093af3..eeb0e1b2a90 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -1308,7 +1308,7 @@ The encoding supported by the `TextEncoder` instance. Always set to `'utf-8'`. ## `util.toUSVString(string)` * `string` {string} -- cgit v1.2.3