From 1a552f614b4ec2b9faf0bf932ad4e6ef4fdcaf01 Mon Sep 17 00:00:00 2001 From: Ruben Bridgewater Date: Tue, 7 Jan 2020 08:33:44 +0100 Subject: 2020-01-07, Version v13.6.0 (Current) Notable changes: * assert: * Implement `assert.match()` and `assert.doesNotMatch()` (Ruben Bridgewater) https://github.com/nodejs/node/pull/30929 * events: * Add `EventEmitter.on` to async iterate over events (Matteo Collina) https://github.com/nodejs/node/pull/27994 * Allow monitoring error events (Gerhard Stoebich) https://github.com/nodejs/node/pull/30932 * fs: * Allow overriding `fs` for streams (Robert Nagy) https://github.com/nodejs/node/pull/29083 * perf_hooks: * Move `perf_hooks` out of experimental (legendecas) https://github.com/nodejs/node/pull/31101 * repl: * Implement ZSH-like reverse-i-search (Ruben Bridgewater) https://github.com/nodejs/node/pull/31006 * tls: * Add PSK (pre-shared key) support (Denys Otrishko) https://github.com/nodejs/node/pull/23188 PR-URL: https://github.com/nodejs/node/pull/31238 --- doc/api/cli.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/api/cli.md') diff --git a/doc/api/cli.md b/doc/api/cli.md index dfb7ec87568..6ece4d45802 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -226,7 +226,7 @@ Enable experimental ES Module support in the `vm` module. Re-map the Node.js static code to large memory pages at startup. If supported on -- cgit v1.2.3