aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2017-08-13 22:05:13 +0200
committerAnna Henningsen <anna@addaleax.net>2017-08-13 22:20:44 +0200
commit7e0c2ea92b4e587b19156a4f26905416cbe3e911 (patch)
tree59495fd9c4ab96dd10d24ba0e3f9fa63e6256173 /doc
parent1df9340d0b460c68ac5006d881b0337fd26202fe (diff)
downloadandroid-node-v8-7e0c2ea92b4e587b19156a4f26905416cbe3e911.tar.gz
android-node-v8-7e0c2ea92b4e587b19156a4f26905416cbe3e911.tar.bz2
android-node-v8-7e0c2ea92b4e587b19156a4f26905416cbe3e911.zip
doc: add missing `changes:` metadata for streams
Ref: https://github.com/nodejs/node/pull/14636 PR-URL: https://github.com/nodejs/node/pull/14810 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/stream.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/api/stream.md b/doc/api/stream.md
index c26ab800fa..7d42bd2d71 100644
--- a/doc/api/stream.md
+++ b/doc/api/stream.md
@@ -1740,6 +1740,13 @@ constructor and implement *both* the `readable._read()` and
`writable._write()` methods.
#### new stream.Duplex(options)
+<!-- YAML
+changes:
+ - version: REPLACEME
+ pr-url: https://github.com/nodejs/node/pull/14636
+ description: The `readableHighWaterMark` and `writableHighWaterMark` options
+ are supported now.
+-->
* `options` {Object} Passed to both Writable and Readable
constructors. Also has the following fields: