Skip to content

Commit 4f577b8

Browse files
committed
Merge 'tokio-1.47.3' into 'master'
2 parents 16f20c3 + f320197 commit 4f577b8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

tokio/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,12 @@ The MSRV is increased to 1.71.
111111
[#7672]: https://github.com/tokio-rs/tokio/pull/7672
112112
[#7675]: https://github.com/tokio-rs/tokio/pull/7675
113113

114+
# 1.47.3 (Januar 3rd, 2026)
115+
116+
### Fixed
117+
118+
* sync: return `TryRecvError::Disconnected` from `Receiver::try_recv` after `Receiver::close` ([#7686])
119+
114120
# 1.47.2 (October 14th, 2025)
115121

116122
### Fixed
@@ -378,6 +384,14 @@ comment on [#7172].
378384
[#7186]: https://github.com/tokio-rs/tokio/pull/7186
379385
[#7192]: https://github.com/tokio-rs/tokio/pull/7192
380386

387+
# 1.43.4 (January 3rd, 2026)
388+
389+
### Fixed
390+
391+
* sync: return `TryRecvError::Disconnected` from `Receiver::try_recv` after `Receiver::close` ([#7686])
392+
393+
[#7686]: https://github.com/tokio-rs/tokio/pull/7686
394+
381395
# 1.43.3 (October 14th, 2025)
382396

383397
### Fixed

0 commit comments

Comments
 (0)