Skip to content

Commit b0e07c5

Browse files
committed
2018-11-15, Version 11.2.0 (Current)
Notable changes: * child_process: * All child processes will again open up a new Window on Windows by default. [#24034](#24034) * deps: * A new and fast experimental HTTP parser (`llhttp`) is now supported. [#24059](#24059) * Added new collaborators: * [oyyd](https://github.com/oyyd) - Ouyang Yadong. [#24300](#24300) * [psmarshall](https://github.com/psmarshall) - Peter Marshall. [#24170](#24170) * [shisama](https://github.com/shisama) - Masashi Hirano. [#24136](#24136)
1 parent aa800b0 commit b0e07c5

File tree

5 files changed

+254
-8
lines changed

5 files changed

+254
-8
lines changed

doc/api/crypto.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1379,7 +1379,7 @@ Adversaries][] for details.
13791379
<!-- YAML
13801380
added: v0.1.94
13811381
changes:
1382-
- version: REPLACEME
1382+
- version: v11.2.0
13831383
pr-url: https://github.com/nodejs/node/pull/24081
13841384
description: The cipher `chacha20-poly1305` is now supported.
13851385
- version: v10.10.0
@@ -1468,7 +1468,7 @@ to create the `Decipher` object.
14681468
<!-- YAML
14691469
added: v0.1.94
14701470
changes:
1471-
- version: REPLACEME
1471+
- version: v11.2.0
14721472
pr-url: https://github.com/nodejs/node/pull/24081
14731473
description: The cipher `chacha20-poly1305` is now supported.
14741474
- version: v10.10.0

doc/api/http2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@ the `'aborted'` event will have been emitted.
10141014

10151015
#### http2stream.bufferSize
10161016
<!-- YAML
1017-
added: REPLACEME
1017+
added: v11.2.0
10181018
-->
10191019
* {number}
10201020

doc/api/stream.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1493,7 +1493,7 @@ changes:
14931493
pr-url: https://github.com/nodejs/node/pull/18438
14941494
description: >
14951495
Add `emitClose` option to specify if `'close'` is emitted on destroy
1496-
- version: REPLACEME
1496+
- version: v11.2.0
14971497
pr-url: https://github.com/nodejs/node/pull/22795
14981498
description: >
14991499
Add `autoDestroy` option to automatically `destroy()` the stream
@@ -1765,7 +1765,7 @@ constructor and implement the `readable._read()` method.
17651765
#### new stream.Readable([options])
17661766
<!-- YAML
17671767
changes:
1768-
- version: REPLACEME
1768+
- version: v11.2.0
17691769
pr-url: https://github.com/nodejs/node/pull/22795
17701770
description: >
17711771
Add `autoDestroy` option to automatically `destroy()` the stream

0 commit comments

Comments
 (0)