summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2023-05-15 16:45:09 +0200
committerMichaël Zasso <targos@protonmail.com>2023-05-16 14:40:46 +0200
commitc2ca4290f6ca0d68bbb5ad1fc68779267fda4745 (patch)
tree377d698f17c840897df1021ecef7ded084752cfb /doc/api
parentfb6afb5c678f957e97eb6b98ef97e975b718b0f9 (diff)
downloadnode-new-c2ca4290f6ca0d68bbb5ad1fc68779267fda4745.tar.gz
2023-05-16, Version 20.2.0 (Current)
Notable changes: doc: * add ovflowd to collaborators (Claudio Wunder) https://github.com/nodejs/node/pull/47844 http: * (SEMVER-MINOR) prevent writing to the body when not allowed by HTTP spec (Gerrard Lindsay) https://github.com/nodejs/node/pull/47732 sea: * (SEMVER-MINOR) add option to disable the experimental SEA warning (Darshan Sen) https://github.com/nodejs/node/pull/47588 test_runner: * (SEMVER-MINOR) add `skip`, `todo`, and `only` shorthands to `test` (Chemi Atlow) https://github.com/nodejs/node/pull/47909 url: * (SEMVER-MINOR) add value argument to `URLSearchParams` `has` and `delete` methods (Sankalp Shubham) https://github.com/nodejs/node/pull/47885 PR-URL: https://github.com/nodejs/node/pull/48020
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/test.md2
-rw-r--r--doc/api/url.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/test.md b/doc/api/test.md
index a72a209c7d..583ef785b4 100644
--- a/doc/api/test.md
+++ b/doc/api/test.md
@@ -789,7 +789,7 @@ added:
- v18.0.0
- v16.17.0
changes:
- - version: REPLACEME
+ - version: v20.2.0
pr-url: https://github.com/nodejs/node/pull/47909
description: Added the `skip`, `todo`, and `only` shorthands.
- version:
diff --git a/doc/api/url.md b/doc/api/url.md
index a07cda465c..d0f325e5bd 100644
--- a/doc/api/url.md
+++ b/doc/api/url.md
@@ -863,7 +863,7 @@ Append a new name-value pair to the query string.
<!-- YAML
changes:
- - version: REPLACEME
+ - version: v20.2.0
pr-url: https://github.com/nodejs/node/pull/47885
description: Add support for optional `value` argument.
-->
@@ -933,7 +933,7 @@ no such pairs, an empty array is returned.
<!-- YAML
changes:
- - version: REPLACEME
+ - version: v20.2.0
pr-url: https://github.com/nodejs/node/pull/47885
description: Add support for optional `value` argument.
-->