From bcef949c931f54e3d8ae2a1701f2538262e6bec9 Mon Sep 17 00:00:00 2001 From: Ruben Bridgewater Date: Wed, 5 Dec 2018 21:29:36 +0100 Subject: 2018-12-07, Version 11.4.0 (Current) Notable Changes: * console,util: * `console` functions now handle symbols as defined in the spec. https://github.com/nodejs/node/pull/23708 * The inspection `depth` default is now back at 2. https://github.com/nodejs/node/pull/24326 * dgram,net: * Added ipv6Only option for `net` and `dgram`. https://github.com/nodejs/node/pull/23798 * http: * Chosing between the http parser is now possible per runtime flag. https://github.com/nodejs/node/pull/24739 * readline: * The `readline` module now supports async iterators. https://github.com/nodejs/node/pull/23916 * repl: * The multiline history feature is removed. https://github.com/nodejs/node/pull/24804 * tls: * Added min/max protocol version options. https://github.com/nodejs/node/pull/24405 * The X.509 public key info now includes the RSA bit size and the elliptic curve. https://github.com/nodejs/node/pull/24358 * url: * `pathToFileURL()` now supports LF, CR and TAB. https://github.com/nodejs/node/pull/23720 * Windows: * Tools are not installed using Boxstarter anymore. https://github.com/nodejs/node/pull/24677 * The install-tools scripts or now included in the dist. https://github.com/nodejs/node/pull/24233 * Added new collaborator: * [antsmartian](https://github.com/antsmartian) - Anto Aravinth. https://github.com/nodejs/node/pull/24655 PR-URL: https://github.com/nodejs/node/pull/24854 --- doc/api/errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/errors.md') diff --git a/doc/api/errors.md b/doc/api/errors.md index a766999e43..6c255d0710 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -1874,7 +1874,7 @@ Creation of a [`zlib`][] object failed due to incorrect configuration. ### HPE_HEADER_OVERFLOW -- cgit v1.2.3