Skip to content

Commit 56a0577

Browse files
committed
2017-08-15, Version 8.4.0 (Current)
Notable changes * **HTTP2** * Experimental support for the built-in `http2` has been added via the `--expose-http2` flag. [nodejs#14239](nodejs#14239) * **Inspector** * `require()` is available in the inspector console now. [nodejs#8837](nodejs#8837) * Multiple contexts, as created by the `vm` module, are supported now. [nodejs#14465](nodejs#14465) * **N-API** * New APIs for creating number values have been introduced. [nodejs#14573](nodejs#14573) * **Stream** * For `Duplex` streams, the high water mark option can now be set independently for the readable and the writable side. [nodejs#14636](nodejs#14636) * **Util** * `util.format` now supports the `%o` and `%O` specifiers for printing objects. [nodejs#14558](nodejs#14558) PR-URL: nodejs#14811
1 parent dd521d0 commit 56a0577

File tree

8 files changed

+257
-127
lines changed

8 files changed

+257
-127
lines changed

doc/api/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Silence all process warnings (including deprecations).
172172

173173
### `--expose-http2`
174174
<!-- YAML
175-
added: REPLACEME
175+
added: v8.4.0
176176
-->
177177

178178
Enable the experimental `'http2'` module.

0 commit comments

Comments
 (0)