Skip to content

Commit

Permalink
add 6710 to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn committed Jul 23, 2024
1 parent 3f24e35 commit 399c268
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tokio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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)

Expand Down

0 comments on commit 399c268

Please sign in to comment.