Skip to content

Commit 1da2fbe

Browse files
jasnelladuh95
andauthored
[Squash] nits
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent 1e4182c commit 1da2fbe

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

doc/api/deprecations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2173,7 +2173,7 @@ future release.
21732173
<!-- YAML
21742174
changes:
21752175
- version: REPLACEME
2176-
pr-url: https://github.com/nodejs/node/pull/00000
2176+
pr-url: https://github.com/nodejs/node/pull/37784
21772177
description: Deprecation revoked. Status changed to "Legacy".
21782178
- version: v11.0.0
21792179
pr-url: https://github.com/nodejs/node/pull/22715

doc/api/url.md

+9
Original file line numberDiff line numberDiff line change
@@ -1074,6 +1074,15 @@ console.log(urlToHttpOptions(myUrl));
10741074
```
10751075

10761076
## Legacy URL API
1077+
<!-- YAML
1078+
changes:
1079+
- version: REPLACEME
1080+
pr-url: https://github.com/nodejs/node/pull/37784
1081+
description: Deprecation revoked. Status changed to "Legacy".
1082+
- version: v11.0.0
1083+
pr-url: https://github.com/nodejs/node/pull/22715
1084+
description: This API is deprecated.
1085+
-->
10771086

10781087
> Stability: 3 - Legacy: Use the WHATWG URL API instead.
10791088

0 commit comments

Comments
 (0)