Skip to content

Commit

Permalink
doc: add changelogs for readline
Browse files Browse the repository at this point in the history
PR-URL: #11489
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Italo A. Casas <me@italoacasas.com>
  • Loading branch information
addaleax committed Feb 24, 2017
1 parent 7c609dc commit 962d27d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/api/readline.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 962d27d

Please sign in to comment.