summaryrefslogtreecommitdiff
path: root/doc/api/assert.md
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2023-05-02 09:36:58 +0200
committerMichaël Zasso <targos@protonmail.com>2023-05-03 17:41:05 +0200
commitc24a61b3f6815b9d12b491ac869335feff86a24b (patch)
tree22e3bc193193a6c344a53a538e004aa5929e5304 /doc/api/assert.md
parentdd6eb67b1fee316ff9a0d8e7adeb9cc939ce62e1 (diff)
downloadnode-new-c24a61b3f6815b9d12b491ac869335feff86a24b.tar.gz
2023-05-03, Version 20.1.0 (Current)
Notable changes: assert: * deprecate `CallTracker` (Moshe Atlow) https://github.com/nodejs/node/pull/47740 crypto: * update root certificates to NSS 3.89 (Node.js GitHub Bot) https://github.com/nodejs/node/pull/47659 dns: * (SEMVER-MINOR) expose `getDefaultResultOrder` (btea) https://github.com/nodejs/node/pull/46973 doc: * add KhafraDev to collaborators (Matthew Aitken) https://github.com/nodejs/node/pull/47510 fs: * (SEMVER-MINOR) add `recursive` option to `readdir` and `opendir` (Ethan Arrowood) https://github.com/nodejs/node/pull/41439 * (SEMVER-MINOR) add support for `mode` flag to specify the copy behavior of the `cp` methods (Tetsuharu Ohzeki) https://github.com/nodejs/node/pull/47084 http: * (SEMVER-MINOR) add `highWaterMark` option `http.createServer` (HinataKah0) https://github.com/nodejs/node/pull/47405 stream: * (SEMVER-MINOR) preserve object mode in `compose` (Raz Luvaton) https://github.com/nodejs/node/pull/47413 test_runner: * (SEMVER-MINOR) add `testNamePatterns` to `run` API (Chemi Atlow) https://github.com/nodejs/node/pull/47628 * (SEMVER-MINOR) execute `before` hook on test (Chemi Atlow) https://github.com/nodejs/node/pull/47586 * (SEMVER-MINOR) support combining coverage reports (Colin Ihrig) https://github.com/nodejs/node/pull/47686 wasi: * (SEMVER-MINOR) make `returnOnExit` true by default (Michael Dawson) https://github.com/nodejs/node/pull/47390 PR-URL: https://github.com/nodejs/node/pull/47820
Diffstat (limited to 'doc/api/assert.md')
-rw-r--r--doc/api/assert.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/assert.md b/doc/api/assert.md
index d0ef28e367..c764ff2903 100644
--- a/doc/api/assert.md
+++ b/doc/api/assert.md
@@ -222,7 +222,7 @@ added:
- v14.2.0
- v12.19.0
changes:
- - version: REPLACEME
+ - version: v20.1.0
pr-url: https://github.com/nodejs/node/pull/47740
description: the `assert.CallTracker` class has been deprecated and will be
removed in a future version.