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>
pull/16085/merge
Vse Mozhet Byt 2017-10-08 03:19:57 +03:00
parent c1cd731abc
commit b0c5f7d24d
1 changed files with 6 additions and 0 deletions

View File

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