diff --git a/doc/api/crypto.md b/doc/api/crypto.md index f592f36e241f6c..579d4d9f54f941 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -1379,7 +1379,7 @@ Adversaries][] for details. * {number} diff --git a/doc/api/stream.md b/doc/api/stream.md index 8d317191091207..d5cabbc57eaad5 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -1493,7 +1493,7 @@ changes: pr-url: https://github.com/nodejs/node/pull/18438 description: > Add `emitClose` option to specify if `'close'` is emitted on destroy - - version: REPLACEME + - version: v11.2.0 pr-url: https://github.com/nodejs/node/pull/22795 description: > Add `autoDestroy` option to automatically `destroy()` the stream @@ -1765,7 +1765,7 @@ constructor and implement the `readable._read()` method. #### new stream.Readable([options])