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:
authorShelley Vohr <shelley.vohr@gmail.com>2020-02-18 00:02:21 +0300
committerShelley Vohr <shelley.vohr@gmail.com>2020-02-18 23:40:21 +0300
commit0c3c0e7184c4ca625148c14d61d8e9438a1b69f2 (patch)
treed0955139a52df456bd57d01552d1d43ad7bd38ab /doc/api/readline.md
parent8ba7a2f889472d58478bf40b758d336b41af682b (diff)
2020-02-18, Version 13.9.0 (Current)
Notable changes: * async_hooks * add executionAsyncResource (Matteo Collina) #30959 * crypto * add crypto.diffieHellman (Tobias Nießen) #31178 * add DH support to generateKeyPair (Tobias Nießen) #31178 * simplify DH groups (Tobias Nießen) #31178 * add key type 'dh' (Tobias Nießen) #31178 * test * skip keygen tests on arm systems (Tobias Nießen) #31178 * perf_hooks * add property flags to GCPerformanceEntry (Kirill Fomichev) #29547 * process * report ArrayBuffer memory in `memoryUsage()` (Anna Henningsen) #31550 * readline * make tab size configurable (Ruben Bridgewater) #31318 * report * add support for Workers (Anna Henningsen) #31386 * worker * add ability to take heap snapshot from parent thread (Anna Henningsen) #31569 * added new collaborators * add ronag to collaborators (Robert Nagy) #31498 PR-URL: https://github.com/nodejs/node/pull/31837
Diffstat (limited to 'doc/api/readline.md')
-rw-r--r--doc/api/readline.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/readline.md b/doc/api/readline.md
index 122a587f24c..1fb00b9c312 100644
--- a/doc/api/readline.md
+++ b/doc/api/readline.md
@@ -456,7 +456,7 @@ the current position of the cursor down.
<!-- YAML
added: v0.1.98
changes:
- - version: REPLACEME
+ - version: v13.9.0
pr-url: https://github.com/nodejs/node/pull/31318
description: The `tabSize` option is supported now.
- version: v8.3.0, 6.11.4