summaryrefslogtreecommitdiff
path: root/doc/api/readline.md
diff options
context:
space:
mode:
authorVse Mozhet Byt <vsemozhetbyt@gmail.com>2017-10-08 03:19:57 +0300
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2017-10-11 02:03:23 +0300
commitb0c5f7d24de3df722a6c33eb19ead0a09d63b867 (patch)
tree023eabeff4859efbb47eb610c827e4e6f4abfcab /doc/api/readline.md
parentc1cd731abc38433d2deda9274cf7522fb651d52b (diff)
downloadandroid-node-v8-b0c5f7d24de3df722a6c33eb19ead0a09d63b867.tar.gz
android-node-v8-b0c5f7d24de3df722a6c33eb19ead0a09d63b867.tar.bz2
android-node-v8-b0c5f7d24de3df722a6c33eb19ead0a09d63b867.zip
doc: add history for readline `crlfDelay` option
PR-URL: https://github.com/nodejs/node/pull/16075 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Diffstat (limited to 'doc/api/readline.md')
-rw-r--r--doc/api/readline.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/api/readline.md b/doc/api/readline.md
index da5197b022..5c47f57cb4 100644
--- a/doc/api/readline.md
+++ b/doc/api/readline.md
@@ -347,6 +347,12 @@ the current position of the cursor down.
<!-- YAML
added: v0.1.98
changes:
+ - version: v8.3.0, 6.11.4
+ pr-url: https://github.com/nodejs/node/pull/13497
+ description: Remove max limit of `crlfDelay` option.
+ - version: v6.6.0
+ pr-url: https://github.com/nodejs/node/pull/8109
+ description: The `crlfDelay` option is supported now.
- version: v6.3.0
pr-url: https://github.com/nodejs/node/pull/7125
description: The `prompt` option is supported now.