Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2021-09-06 10:44:13 +0300
committerMichaël Zasso <targos@protonmail.com>2021-09-07 13:03:33 +0300
commit6211d9358d20ddb5e4c6e700476ea7163df3e156 (patch)
treea6e663b5ab2df81c8a759acc0d63d03b7fea1692 /doc/api/stream.md
parentc7222b35899ad352d78f288ddc16c6d19ca79a06 (diff)
2021-09-07, Version 16.9.0 (Current)
Notable changes: crypto: * (SEMVER-MINOR) add RSA-PSS params to asymmetricKeyDetails (Tobias Nießen) https://github.com/nodejs/node/pull/39851 deps: * (SEMVER-MINOR) add corepack (Maël Nison) https://github.com/nodejs/node/pull/39608 * (SEMVER-MINOR) update V8 to 9.3.345.16 (Michaël Zasso) https://github.com/nodejs/node/pull/39947 module: * (SEMVER-MINOR) support pattern trailers (Guy Bedford) https://github.com/nodejs/node/pull/39635 stream: * (SEMVER-MINOR) add stream.compose (Robert Nagy) https://github.com/nodejs/node/pull/39029 PR-URL: https://github.com/nodejs/node/pull/40011
Diffstat (limited to 'doc/api/stream.md')
-rw-r--r--doc/api/stream.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/stream.md b/doc/api/stream.md
index 13b1f2bef76..f874338b23e 100644
--- a/doc/api/stream.md
+++ b/doc/api/stream.md
@@ -1954,7 +1954,7 @@ failure, this can cause event listener leaks and swallowed errors.
### `stream.compose(...streams)`
<!-- YAML
-added: REPLACEME
+added: v16.9.0
-->
> Stability: 1 - `stream.compose` is experimental.