summaryrefslogtreecommitdiff
path: root/doc/api/console.md
diff options
context:
space:
mode:
authorRuben Bridgewater <ruben@bridgewater.de>2019-01-16 15:55:55 +0100
committerRuben Bridgewater <ruben@bridgewater.de>2019-01-18 14:03:19 +0100
commitd3f8f905b33347fc95057af01b72efc2966bd7c8 (patch)
tree94766f901fa968d11bd1f432647d1f4f19e34bdf /doc/api/console.md
parent20fdcad93545d3a3723655778fb2ae40c76dee4e (diff)
downloadandroid-node-v8-d3f8f905b33347fc95057af01b72efc2966bd7c8.tar.gz
android-node-v8-d3f8f905b33347fc95057af01b72efc2966bd7c8.tar.bz2
android-node-v8-d3f8f905b33347fc95057af01b72efc2966bd7c8.zip
2019-01-17, Version 11.7.0 (Current), @BridgeAR
Notable Changes * compression / zlib: * Added brotli support (Anna Henningsen and Zach Vacura) https://github.com/nodejs/node/pull/24938 * console: * Added `inspectOptions` option (Ruben Bridgewater) https://github.com/nodejs/node/pull/24978 * crypto: * Always accept private keys as public keys (Tobias Nießen) https://github.com/nodejs/node/pull/25217 * deps: * Upgrade npm to v6.5.0 (Jordan Harband) https://github.com/nodejs/node/pull/25234 * fs: * Use internalBinding('fs') internally instead of process.binding('fs') (Masashi Hirano) https://github.com/nodejs/node/pull/22478 * http(s): * Support overriding http\\s.globalAgent (Roy Sommer) https://github.com/nodejs/node/pull/25170 * util: * Inspect ArrayBuffers contents closely (Ruben Bridgewater) https://github.com/nodejs/node/pull/25006 * worker: * Expose workers by default and remove `--experimental-worker` flag (Anna Henningsen) https://github.com/nodejs/node/pull/25361 PR-URL: https://github.com/nodejs/node/pull/25537
Diffstat (limited to 'doc/api/console.md')
-rw-r--r--doc/api/console.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/console.md b/doc/api/console.md
index 26e774aa29..1fe1949664 100644
--- a/doc/api/console.md
+++ b/doc/api/console.md
@@ -88,7 +88,7 @@ changes:
pr-url: https://github.com/nodejs/node/pull/19372
description: The `Console` constructor now supports an `options` argument,
and the `colorMode` option was introduced.
- - version: REPLACEME
+ - version: v11.7.0
pr-url: https://github.com/nodejs/node/pull/24978
description: The `inspectOptions` option is introduced.
-->