File tree 5 files changed +254
-8
lines changed
5 files changed +254
-8
lines changed Original file line number Diff line number Diff line change @@ -1379,7 +1379,7 @@ Adversaries][] for details.
1379
1379
<!-- YAML
1380
1380
added: v0.1.94
1381
1381
changes:
1382
- - version: REPLACEME
1382
+ - version: v11.2.0
1383
1383
pr-url: https://github.com/nodejs/node/pull/24081
1384
1384
description: The cipher `chacha20-poly1305` is now supported.
1385
1385
- version: v10.10.0
@@ -1468,7 +1468,7 @@ to create the `Decipher` object.
1468
1468
<!-- YAML
1469
1469
added: v0.1.94
1470
1470
changes:
1471
- - version: REPLACEME
1471
+ - version: v11.2.0
1472
1472
pr-url: https://github.com/nodejs/node/pull/24081
1473
1473
description: The cipher `chacha20-poly1305` is now supported.
1474
1474
- version: v10.10.0
Original file line number Diff line number Diff line change @@ -1014,7 +1014,7 @@ the `'aborted'` event will have been emitted.
1014
1014
1015
1015
#### http2stream.bufferSize
1016
1016
<!-- YAML
1017
- added: REPLACEME
1017
+ added: v11.2.0
1018
1018
-->
1019
1019
* {number}
1020
1020
Original file line number Diff line number Diff line change @@ -1493,7 +1493,7 @@ changes:
1493
1493
pr-url: https://github.com/nodejs/node/pull/18438
1494
1494
description: >
1495
1495
Add `emitClose` option to specify if `'close'` is emitted on destroy
1496
- - version: REPLACEME
1496
+ - version: v11.2.0
1497
1497
pr-url: https://github.com/nodejs/node/pull/22795
1498
1498
description: >
1499
1499
Add `autoDestroy` option to automatically `destroy()` the stream
@@ -1765,7 +1765,7 @@ constructor and implement the `readable._read()` method.
1765
1765
#### new stream.Readable([ options] )
1766
1766
<!-- YAML
1767
1767
changes:
1768
- - version: REPLACEME
1768
+ - version: v11.2.0
1769
1769
pr-url: https://github.com/nodejs/node/pull/22795
1770
1770
description: >
1771
1771
Add `autoDestroy` option to automatically `destroy()` the stream
You can’t perform that action at this time.
0 commit comments