From d3f8f905b33347fc95057af01b72efc2966bd7c8 Mon Sep 17 00:00:00 2001 From: Ruben Bridgewater Date: Wed, 16 Jan 2019 15:55:55 +0100 Subject: 2019-01-17, Version 11.7.0 (Current), @BridgeAR MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- doc/api/errors.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/api/errors.md') diff --git a/doc/api/errors.md b/doc/api/errors.md index 48c3f5a2e7..f95e33855c 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -2133,7 +2133,7 @@ binary itself. ### ERR_UNKNOWN_STDIN_TYPE An attempt was made to launch a Node.js process with an unknown `stdin` file @@ -2144,7 +2144,7 @@ although it is possible for user code to trigger it. ### ERR_UNKNOWN_STREAM_TYPE An attempt was made to launch a Node.js process with an unknown `stdout` or -- cgit v1.2.3