Skip to content

Commit

Permalink
2023-05-16, Version 20.2.0 (Current)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
targos committed May 15, 2023
1 parent da27542 commit 258e9e7
Show file tree
Hide file tree
Showing 5 changed files with 128 additions and 8 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -37,7 +37,8 @@ release.
</tr>
<tr>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V20.md#20.1.0">20.1.0</a></b><br/>
<b><a href="doc/changelogs/CHANGELOG_V20.md#20.2.0">20.2.0</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V20.md#20.1.0">20.1.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V20.md#20.0.0">20.0.0</a><br/>
</td>
<td valign="top">
Expand Down
2 changes: 1 addition & 1 deletion doc/api/test.md
Expand Up @@ -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

Check warning on line 793 in doc/api/test.md

View workflow job for this annotation

GitHub Actions / lint-pr-url

pr-url doesn't match the URL of the current PR.
description: Added the `skip`, `todo`, and `only` shorthands.
- version:
Expand Down
4 changes: 2 additions & 2 deletions doc/api/url.md
Expand Up @@ -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

Check warning on line 867 in doc/api/url.md

View workflow job for this annotation

GitHub Actions / lint-pr-url

pr-url doesn't match the URL of the current PR.
description: Add support for optional `value` argument.
-->
Expand Down Expand Up @@ -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

Check warning on line 937 in doc/api/url.md

View workflow job for this annotation

GitHub Actions / lint-pr-url

pr-url doesn't match the URL of the current PR.
description: Add support for optional `value` argument.
-->
Expand Down

0 comments on commit 258e9e7

Please sign in to comment.