Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: fix some history entries in deprecations.md #45891

Merged
merged 1 commit into from Dec 19, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/api/deprecations.md
Expand Up @@ -2892,7 +2892,7 @@ Prefer [`message.socket`][] over [`message.connection`][].

<!-- YAML
changes:
- version: v18.10.0
- version: v19.0.0
pr-url: https://github.com/nodejs/node/pull/43627
description: End-of-Life.
- version: v16.0.0
Expand Down Expand Up @@ -3137,7 +3137,7 @@ resources and not the actual references.

<!-- YAML
changes:
- version: v18.10.0
- version: v19.0.0
pr-url: https://github.com/nodejs/node/pull/42796
description: End-of-Life.
- version: v18.0.0
Expand Down Expand Up @@ -3226,7 +3226,7 @@ The [`--trace-atomics-wait`][] flag is deprecated.

<!-- YAML
changes:
- version: v18.10.0
- version: v19.0.0
pr-url: https://github.com/nodejs/node/pull/44495
description: Runtime deprecation.
- version: v18.10.0
Expand Down