mirror of https://github.com/nodejs/node.git
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
parent
e9680c5e68
commit
d9c3a27565
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue