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.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.