Browse Source

doc: add changelogs for readline

PR-URL: https://github.com/nodejs/node/pull/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>
v6
Anna Henningsen 8 years ago
parent
commit
d9c3a27565
No known key found for this signature in database GPG Key ID: D8B9F5AEAE84E4CF
  1. 7
      doc/api/readline.md

7
doc/api/readline.md

@ -344,6 +344,13 @@ the current position of the cursor down.
## readline.createInterface(options) ## readline.createInterface(options)
<!-- YAML <!-- YAML
added: v0.1.98 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} * `options` {Object}

Loading…
Cancel
Save