From 339c78a680d52a3f7d24a9201e3239ad7e7fcc36 Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Sat, 14 Oct 2023 14:24:45 +0200 Subject: [PATCH] tokio: remove #5973 from changelog (#6073) --- tokio/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tokio/CHANGELOG.md b/tokio/CHANGELOG.md index 29f6ef5f170..7ea302aae4e 100644 --- a/tokio/CHANGELOG.md +++ b/tokio/CHANGELOG.md @@ -1,3 +1,5 @@ +[comment]: <> (Include tokio-macros changes in next release.) + # 1.33.0 (October 9, 2023) ### Fixed @@ -9,7 +11,6 @@ ### Changed -- macros: use `::core` imports instead of `::std` in `tokio::test` ([#5973]) - sync: use Acquire/Release orderings instead of SeqCst in `watch` ([#6018]) ### Added @@ -56,7 +57,6 @@ [#5962]: https://github.com/tokio-rs/tokio/pull/5962 [#5971]: https://github.com/tokio-rs/tokio/pull/5971 [#5972]: https://github.com/tokio-rs/tokio/pull/5972 -[#5973]: https://github.com/tokio-rs/tokio/pull/5973 [#5977]: https://github.com/tokio-rs/tokio/pull/5977 [#5978]: https://github.com/tokio-rs/tokio/pull/5978 [#5984]: https://github.com/tokio-rs/tokio/pull/5984