Skip to content

Commit c2ca429

Browse files
committed
2023-05-16, Version 20.2.0 (Current)
Notable changes: doc: * add ovflowd to collaborators (Claudio Wunder) #47844 http: * (SEMVER-MINOR) prevent writing to the body when not allowed by HTTP spec (Gerrard Lindsay) #47732 sea: * (SEMVER-MINOR) add option to disable the experimental SEA warning (Darshan Sen) #47588 test_runner: * (SEMVER-MINOR) add `skip`, `todo`, and `only` shorthands to `test` (Chemi Atlow) #47909 url: * (SEMVER-MINOR) add value argument to `URLSearchParams` `has` and `delete` methods (Sankalp Shubham) #47885 PR-URL: #48020
1 parent fb6afb5 commit c2ca429

File tree

4 files changed

+125
-5
lines changed

4 files changed

+125
-5
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ release.
3636
</tr>
3737
<tr>
3838
<td valign="top">
39-
<b><a href="doc/changelogs/CHANGELOG_V20.md#20.1.0">20.1.0</a></b><br/>
39+
<b><a href="doc/changelogs/CHANGELOG_V20.md#20.2.0">20.2.0</a></b><br/>
40+
<a href="doc/changelogs/CHANGELOG_V20.md#20.1.0">20.1.0</a><br/>
4041
<a href="doc/changelogs/CHANGELOG_V20.md#20.0.0">20.0.0</a><br/>
4142
</td>
4243
<td valign="top">

doc/api/test.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ added:
789789
- v18.0.0
790790
- v16.17.0
791791
changes:
792-
- version: REPLACEME
792+
- version: v20.2.0
793793
pr-url: https://github.com/nodejs/node/pull/47909
794794
description: Added the `skip`, `todo`, and `only` shorthands.
795795
- version:

doc/api/url.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ Append a new name-value pair to the query string.
863863

864864
<!-- YAML
865865
changes:
866-
- version: REPLACEME
866+
- version: v20.2.0
867867
pr-url: https://github.com/nodejs/node/pull/47885
868868
description: Add support for optional `value` argument.
869869
-->
@@ -933,7 +933,7 @@ no such pairs, an empty array is returned.
933933

934934
<!-- YAML
935935
changes:
936-
- version: REPLACEME
936+
- version: v20.2.0
937937
pr-url: https://github.com/nodejs/node/pull/47885
938938
description: Add support for optional `value` argument.
939939
-->

0 commit comments

Comments
 (0)