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:
authorShelley Vohr <shelley.vohr@gmail.com>2020-03-01 02:28:30 +0300
committerShelley Vohr <shelley.vohr@gmail.com>2020-03-04 20:53:11 +0300
commit75466869fb6e1dd09b36dc2b44ef8748ecc6e7de (patch)
tree69d8614c0aef3166a0bff2d493337f4a6407ed0d /doc/api/stream.md
parent37287d3f5819daabade7b8ade81c4265bd596edf (diff)
2020-03-04 Version 13.10.0 (Current)
Notable changes: * async_hooks * introduce async-context API (vdeturckheim) #26540 * stream * support passing generator functions into pipeline() (Robert Nagy) #31223 * tls * expose SSL\_export\_keying\_material (simon) #31814 * vm * implement vm.measureMemory() for per-context memory measurement (Joyee Cheung) #31824 PR-URL: https://github.com/nodejs/node/pull/32027
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 7bc1874c803..69be69b5516 100644
--- a/doc/api/stream.md
+++ b/doc/api/stream.md
@@ -1572,7 +1572,7 @@ const cleanup = finished(rs, (err) => {
<!-- YAML
added: v10.0.0
changes:
- - version: REPLACEME
+ - version: v13.10.0
pr-url: https://github.com/nodejs/node/pull/31223
description: Add support for async generators.
-->