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>
pull/11489/head
Anna Henningsen 2017-02-21 23:38:48 +01:00
parent e9680c5e68
commit d9c3a27565
No known key found for this signature in database
GPG Key ID: D8B9F5AEAE84E4CF
1 changed files with 7 additions and 0 deletions

View File

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