Skip to content

Commit 962d27d

Browse files
committed
doc: add changelogs for readline
PR-URL: #11489 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Sam Roberts <[email protected]> Reviewed-By: Roman Reiss <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Italo A. Casas <[email protected]>
1 parent 7c609dc commit 962d27d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/api/readline.md

+7
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,13 @@ the current position of the cursor down.
344344
## readline.createInterface(options)
345345
<!-- YAML
346346
added: v0.1.98
347+
changes:
348+
- version: v6.3.0
349+
pr-url: https://github.com/nodejs/node/pull/7125
350+
description: The `prompt` option is supported now.
351+
- version: v6.0.0
352+
pr-url: https://github.com/nodejs/node/pull/6352
353+
description: The `historySize` option can be `0` now.
347354
-->
348355

349356
* `options` {Object}

0 commit comments

Comments
 (0)