Skip to content

Commit

Permalink
doc: add history for readline crlfDelay option
Browse files Browse the repository at this point in the history
PR-URL: #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>
  • Loading branch information
vsemozhetbyt authored and targos committed Oct 18, 2017
1 parent 6ff397d commit c2f0700
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/api/readline.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c2f0700

Please sign in to comment.