summaryrefslogtreecommitdiff
path: root/doc/api/readline.md
diff options
context:
space:
mode:
authorRuben Bridgewater <ruben@bridgewater.de>2018-12-05 21:29:36 +0100
committerRuben Bridgewater <ruben@bridgewater.de>2018-12-07 18:50:20 +0100
commitbcef949c931f54e3d8ae2a1701f2538262e6bec9 (patch)
tree8ec31e8c68d7b23f962771e938a37263f318fa79 /doc/api/readline.md
parent4eee55d354549d08c8224f151159fbcd7d6b2b6e (diff)
downloadandroid-node-v8-bcef949c931f54e3d8ae2a1701f2538262e6bec9.tar.gz
android-node-v8-bcef949c931f54e3d8ae2a1701f2538262e6bec9.tar.bz2
android-node-v8-bcef949c931f54e3d8ae2a1701f2538262e6bec9.zip
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
Diffstat (limited to 'doc/api/readline.md')
-rw-r--r--doc/api/readline.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/readline.md b/doc/api/readline.md
index 17640ae170..41e1da0a6a 100644
--- a/doc/api/readline.md
+++ b/doc/api/readline.md
@@ -311,7 +311,7 @@ The `rl.write()` method will write the data to the `readline` `Interface`'s
### rl\[Symbol.asyncIterator\]()
<!-- YAML
-added: REPLACEME
+added: v11.4.0
-->
> Stability: 1 - Experimental