Skip to content

Commit c8ab78a

Browse files
authored
changelog: fix incorrect PR number for 1.47.0 (#7484)
1 parent 3911cb8 commit c8ab78a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tokio/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ a lifetime parameter.
99
## Added
1010

1111
- coop: add `cooperative` and `poll_proceed` ([#7405])
12-
- sync: add `SetOnce` ([#7148])
12+
- sync: add `SetOnce` ([#7418])
1313
- sync: add `sync::Notify::notified_owned()` ([#7465])
1414

1515
## Changed
@@ -23,9 +23,9 @@ a lifetime parameter.
2323
- metrics: fix listed feature requirements for some metrics ([#7449])
2424
- runtime: improve safety comments of `Readiness<'_>` ([#7415])
2525

26-
[#7148]: https://github.com/tokio-rs/tokio/pull/7148
2726
[#7405]: https://github.com/tokio-rs/tokio/pull/7405
2827
[#7415]: https://github.com/tokio-rs/tokio/pull/7415
28+
[#7418]: https://github.com/tokio-rs/tokio/pull/7418
2929
[#7449]: https://github.com/tokio-rs/tokio/pull/7449
3030
[#7450]: https://github.com/tokio-rs/tokio/pull/7450
3131
[#7465]: https://github.com/tokio-rs/tokio/pull/7465

0 commit comments

Comments
 (0)