summaryrefslogtreecommitdiff
path: root/doc/api/readline.md
diff options
context:
space:
mode:
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}