File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments