diff options
author | Shelley Vohr <shelley.vohr@gmail.com> | 2020-05-17 18:45:37 -0700 |
---|---|---|
committer | Shelley Vohr <shelley.vohr@gmail.com> | 2020-05-19 11:30:54 -0700 |
commit | 5d81e4d677e8a00c2d0d3a23e2bd74bf9f1deb57 (patch) | |
tree | f51eb7c09a218a576e27484b6b41d05ccf0ee687 /doc/api/cli.md | |
parent | e4ad4642d75b76a5559d47fa4aa0984e5a1b9856 (diff) | |
download | node-new-14.3.0.tar.gz |
2020-05-19, Version 14.3.0 (Current)v14.3.0v14.3.0-proposal
Notable changes:
async_hooks:
* (SEMVER-MINOR) move PromiseHook handler to JS (Stephen Belanger) https://github.com/nodejs/node/pull/32891
cli:
* (SEMVER-MINOR) add `--trace-atomics-wait` flag (Anna Henningsen) https://github.com/nodejs/node/pull/33292
fs:
* (SEMVER-MINOR) add .ref() and .unref() methods to watcher classes (rickyes) https://github.com/nodejs/node/pull/33134
http:
* (SEMVER-MINOR) expose http.validate-header-name/value (osher) https://github.com/nodejs/node/pull/33119
repl:
* (SEMVER-MINOR) deprecate repl._builtinLibs (Ruben Bridgewater) https://github.com/nodejs/node/pull/33294
* (SEMVER-MINOR) deprecate repl.inputStream and repl.outputStream (Ruben Bridgewater) https://github.com/nodejs/node/pull/33294
* (SEMVER-MINOR) show reference errors during preview (Ruben Bridgewater) https://github.com/nodejs/node/pull/33282
* (SEMVER-MINOR) improve repl preview (Ruben Bridgewater) https://github.com/nodejs/node/pull/33282
src:
* add support for TLA (Gus Caplan) https://github.com/nodejs/node/pull/30370
PR-URL: TODO
Diffstat (limited to 'doc/api/cli.md')
-rw-r--r-- | doc/api/cli.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/cli.md b/doc/api/cli.md index 3aef574f3e..8b3877ebc7 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -816,7 +816,7 @@ for TLSv1.2, which is not as secure as TLSv1.3. ### `--trace-atomics-wait` <!-- YAML -added: REPLACEME +added: v14.3.0 --> Print short summaries of calls to [`Atomics.wait()`][] to stderr. |