summaryrefslogtreecommitdiff
path: root/doc/api/stream.md
diff options
context:
space:
mode:
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 7d42bd2d71..3663fe2d78 100644
--- a/doc/api/stream.md
+++ b/doc/api/stream.md
@@ -1742,7 +1742,7 @@ constructor and implement *both* the `readable._read()` and
#### new stream.Duplex(options)
<!-- YAML
changes:
- - version: REPLACEME
+ - version: v8.4.0
pr-url: https://github.com/nodejs/node/pull/14636
description: The `readableHighWaterMark` and `writableHighWaterMark` options
are supported now.