From 04c0387fffc72dc8d7d409d77b88ba882a97c84e Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Sun, 13 Aug 2017 22:05:13 +0200 Subject: [PATCH] doc: add missing `changes:` metadata for streams Ref: https://github.com/nodejs/node/pull/14636 --- doc/api/stream.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/api/stream.md b/doc/api/stream.md index c26ab800faf610..7d42bd2d71ca6a 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) + * `options` {Object} Passed to both Writable and Readable constructors. Also has the following fields: