Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/readline.md')
-rw-r--r--doc/api/readline.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/readline.md b/doc/api/readline.md
index 2a2a0018a3d..1acec195a35 100644
--- a/doc/api/readline.md
+++ b/doc/api/readline.md
@@ -90,7 +90,7 @@ rl.on('line', (input) => {
### Event: `'history'`
<!-- YAML
-added: REPLACEME
+added: v15.8.0
-->
The `'history'` event is emitted whenever the history array has changed.
@@ -436,7 +436,7 @@ asynchronous iteration may result in missed lines.
<!-- YAML
added: v0.1.98
changes:
- - version: REPLACEME
+ - version: v15.8.0
pr-url: https://github.com/nodejs/node/pull/33676
description: Value will always be a string, never undefined.
-->
@@ -544,7 +544,7 @@ the current position of the cursor down.
<!-- YAML
added: v0.1.98
changes:
- - version: REPLACEME
+ - version: v15.8.0
pr-url: https://github.com/nodejs/node/pull/33662
description: The `history` option is supported now.
- version: v13.9.0