diff --git a/tokio/CHANGELOG.md b/tokio/CHANGELOG.md index 62a865b27..e84cc0dfd 100644 --- a/tokio/CHANGELOG.md +++ b/tokio/CHANGELOG.md @@ -111,6 +111,12 @@ The MSRV is increased to 1.71. [#7672]: https://github.com/tokio-rs/tokio/pull/7672 [#7675]: https://github.com/tokio-rs/tokio/pull/7675 +# 1.47.3 (Januar 3rd, 2026) + +### Fixed + +* sync: return `TryRecvError::Disconnected` from `Receiver::try_recv` after `Receiver::close` ([#7686]) + # 1.47.2 (October 14th, 2025) ### Fixed @@ -378,6 +384,14 @@ comment on [#7172]. [#7186]: https://github.com/tokio-rs/tokio/pull/7186 [#7192]: https://github.com/tokio-rs/tokio/pull/7192 +# 1.43.4 (January 3rd, 2026) + +### Fixed + +* sync: return `TryRecvError::Disconnected` from `Receiver::try_recv` after `Receiver::close` ([#7686]) + +[#7686]: https://github.com/tokio-rs/tokio/pull/7686 + # 1.43.3 (October 14th, 2025) ### Fixed