tokio: remove #5973 from changelog (#6073)

This commit is contained in:
Alice Ryhl 2023-10-14 14:24:45 +02:00 committed by GitHub
parent c00861210b
commit 339c78a680
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,5 @@
[comment]: <> (Include tokio-macros changes in next release.)
# 1.33.0 (October 9, 2023) # 1.33.0 (October 9, 2023)
### Fixed ### Fixed
@ -9,7 +11,6 @@
### Changed ### Changed
- macros: use `::core` imports instead of `::std` in `tokio::test` ([#5973])
- sync: use Acquire/Release orderings instead of SeqCst in `watch` ([#6018]) - sync: use Acquire/Release orderings instead of SeqCst in `watch` ([#6018])
### Added ### Added
@ -56,7 +57,6 @@
[#5962]: https://github.com/tokio-rs/tokio/pull/5962 [#5962]: https://github.com/tokio-rs/tokio/pull/5962
[#5971]: https://github.com/tokio-rs/tokio/pull/5971 [#5971]: https://github.com/tokio-rs/tokio/pull/5971
[#5972]: https://github.com/tokio-rs/tokio/pull/5972 [#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 [#5977]: https://github.com/tokio-rs/tokio/pull/5977
[#5978]: https://github.com/tokio-rs/tokio/pull/5978 [#5978]: https://github.com/tokio-rs/tokio/pull/5978
[#5984]: https://github.com/tokio-rs/tokio/pull/5984 [#5984]: https://github.com/tokio-rs/tokio/pull/5984