summaryrefslogtreecommitdiff
path: root/doc/api/readline.md
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2020-04-24 18:43:06 +0200
committerAnna Henningsen <anna@addaleax.net>2020-04-28 15:23:46 +0200
commit9c7c8769183b5d58925925b8d34571f41e7be275 (patch)
tree5b2b94f2caa1db734b8542ca4b6b9d7ea3883455 /doc/api/readline.md
parent039c5e4b893071ab8857794ea421481b87fb31eb (diff)
downloadnode-new-9c7c8769183b5d58925925b8d34571f41e7be275.tar.gz
doc: fix LTS replaceme tags
When cherry-picking release commits for LTS releases into master, the `REPLACEME` metadata can be taken over as well, to give users a more accurate view of what is being released on which release line. This addresses this problem for all previous LTS releases for which this has not been done. Fixes: https://github.com/nodejs/node/issues/33001 PR-URL: https://github.com/nodejs/node/pull/33041 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Shelley Vohr <codebytere@gmail.com>
Diffstat (limited to 'doc/api/readline.md')
-rw-r--r--doc/api/readline.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/api/readline.md b/doc/api/readline.md
index f36f0db9db..272481a9f1 100644
--- a/doc/api/readline.md
+++ b/doc/api/readline.md
@@ -315,9 +315,13 @@ The `rl.write()` method will write the data to the `readline` `Interface`'s
### `rl[Symbol.asyncIterator]()`
<!-- YAML
-added: v11.4.0
+added:
+ - v11.4.0
+ - v10.16.0
changes:
- - version: v11.14.0
+ - version:
+ - v11.14.0
+ - v10.17.0
pr-url: https://github.com/nodejs/node/pull/26989
description: Symbol.asyncIterator support is no longer experimental.
-->
@@ -401,7 +405,9 @@ as well as the column where the terminal caret will be rendered.
### `rl.getCursorPos()`
<!-- YAML
-added: v13.5.0
+added:
+ - v13.5.0
+ - v12.16.0
-->
* Returns: {Object}