From e01dd9906e35ea10e154c21e1444d3d2f7410528 Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Sat, 14 Oct 2023 13:56:28 +0200 Subject: [PATCH] tokio: remove #5973 from changelog --- tokio/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tokio/CHANGELOG.md b/tokio/CHANGELOG.md index 29f6ef5f170..c4303fc1a21 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