summaryrefslogtreecommitdiff
path: root/doc/api/readline.md
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2017-02-21 23:38:48 +0100
committerAnna Henningsen <anna@addaleax.net>2017-02-24 02:06:31 +0100
commitd9c3a27565fd6c2d9e756d61ea0d2df420d2c2ba (patch)
tree011054db9ff920fdaa827ce535127360e70b420c /doc/api/readline.md
parente9680c5e6803b42ce46c455cfed3936bfe8b60e4 (diff)
downloadandroid-node-v8-d9c3a27565fd6c2d9e756d61ea0d2df420d2c2ba.tar.gz
android-node-v8-d9c3a27565fd6c2d9e756d61ea0d2df420d2c2ba.tar.bz2
android-node-v8-d9c3a27565fd6c2d9e756d61ea0d2df420d2c2ba.zip
doc: add changelogs for readline
PR-URL: https://github.com/nodejs/node/pull/11489 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Italo A. Casas <me@italoacasas.com>
Diffstat (limited to 'doc/api/readline.md')
-rw-r--r--doc/api/readline.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/api/readline.md b/doc/api/readline.md
index 32fad5732c..b7c9a50630 100644
--- a/doc/api/readline.md
+++ b/doc/api/readline.md
@@ -344,6 +344,13 @@ the current position of the cursor down.
## readline.createInterface(options)
<!-- YAML
added: v0.1.98
+changes:
+ - version: v6.3.0
+ pr-url: https://github.com/nodejs/node/pull/7125
+ description: The `prompt` option is supported now.
+ - version: v6.0.0
+ pr-url: https://github.com/nodejs/node/pull/6352
+ description: The `historySize` option can be `0` now.
-->
* `options` {Object}