From c8ab78a84fff284958dc84b77b5222fecd0f44b2 Mon Sep 17 00:00:00 2001 From: tkoyasak <72780548+tkoyasak@users.noreply.github.com> Date: Sun, 27 Jul 2025 09:24:09 +0900 Subject: [PATCH] changelog: fix incorrect PR number for 1.47.0 (#7484) --- tokio/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tokio/CHANGELOG.md b/tokio/CHANGELOG.md index 049b4fb04..4a5c151a7 100644 --- a/tokio/CHANGELOG.md +++ b/tokio/CHANGELOG.md @@ -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