]> git.feebdaed.xyz Git - 0xmirror/tokio.git/commitdiff
changelog: fix incorrect PR number for 1.47.0 (#7484)
authortkoyasak <72780548+tkoyasak@users.noreply.github.com>
Sun, 27 Jul 2025 00:24:09 +0000 (09:24 +0900)
committerGitHub <noreply@github.com>
Sun, 27 Jul 2025 00:24:09 +0000 (08:24 +0800)
tokio/CHANGELOG.md

index 049b4fb04e6d36a14b87e10a5e7e9851f6f417b4..4a5c151a767a7335568c8f3daa1943fb6df149b2 100644 (file)
@@ -9,7 +9,7 @@ a lifetime parameter.
 ## Added
 
 - coop: add `cooperative` and `poll_proceed` ([#7405])
-- sync: add `SetOnce` ([#7148])
+- sync: add `SetOnce` ([#7418])
 - sync: add `sync::Notify::notified_owned()` ([#7465])
 
 ## Changed
@@ -23,9 +23,9 @@ a lifetime parameter.
 - metrics: fix listed feature requirements for some metrics ([#7449])
 - runtime: improve safety comments of `Readiness<'_>` ([#7415])
 
-[#7148]: https://github.com/tokio-rs/tokio/pull/7148
 [#7405]: https://github.com/tokio-rs/tokio/pull/7405
 [#7415]: https://github.com/tokio-rs/tokio/pull/7415
+[#7418]: https://github.com/tokio-rs/tokio/pull/7418
 [#7449]: https://github.com/tokio-rs/tokio/pull/7449
 [#7450]: https://github.com/tokio-rs/tokio/pull/7450
 [#7465]: https://github.com/tokio-rs/tokio/pull/7465