From 399c26899d519cd3cdd2153b464a3497c44fa0eb Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Tue, 23 Jul 2024 15:01:13 +0200 Subject: [PATCH] add 6710 to changelog --- tokio/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tokio/CHANGELOG.md b/tokio/CHANGELOG.md index 6845407bf61..32ef173c8ca 100644 --- a/tokio/CHANGELOG.md +++ b/tokio/CHANGELOG.md @@ -23,6 +23,7 @@ - task: avoid stack overflow when passing large future to `block_on` ([#6692]) - time: avoid traversing entries in the time wheel twice ([#6584]) - time: support `IntoFuture` with `timeout` ([#6666]) +- macros: support `IntoFuture` with `join!` and `select!` ([#6710]) ### Fixed @@ -73,6 +74,7 @@ [#6695]: https://github.com/tokio-rs/tokio/pull/6695 [#6696]: https://github.com/tokio-rs/tokio/pull/6696 [#6709]: https://github.com/tokio-rs/tokio/pull/6709 +[#6710]: https://github.com/tokio-rs/tokio/pull/6710 # 1.38.1 (July 16th, 2024)