@@ -306,6 +306,16 @@ wasm32-wasi target is given unstable support for the `net` feature.
306306[ #4956 ] : https://github.com/tokio-rs/tokio/pull/4956
307307[ #4959 ] : https://github.com/tokio-rs/tokio/pull/4959
308308
309+ # 1.20.4 (January 17, 2023)
310+
311+ Forward ports 1.18.5 changes.
312+
313+ ### Fixed
314+
315+ - io: fix unsoundness in ` ReadHalf::unsplit ` ([ #5375 ] )
316+
317+ [ #5375 ] : https://github.com/tokio-rs/tokio/pull/5375
318+
309319# 1.20.3 (January 3, 2022)
310320
311321This release forward ports changes from 1.18.4.
@@ -442,6 +452,14 @@ This release fixes a bug in `Notified::enable`. ([#4747])
442452[ #4729 ] : https://github.com/tokio-rs/tokio/pull/4729
443453[ #4739 ] : https://github.com/tokio-rs/tokio/pull/4739
444454
455+ # 1.18.5 (January 17, 2023)
456+
457+ ### Fixed
458+
459+ - io: fix unsoundness in ` ReadHalf::unsplit ` ([ #5375 ] )
460+
461+ [ #5375 ] : https://github.com/tokio-rs/tokio/pull/5375
462+
445463# 1.18.4 (January 3, 2022)
446464
447465### Fixed
@@ -578,7 +596,7 @@ performance improvements.
578596- time: use bit manipulation instead of modulo to improve performance ([ #4480 ] )
579597- net: use ` std::future::Ready ` instead of our own ` Ready ` future ([ #4271 ] )
580598- replace deprecated ` atomic::spin_loop_hint ` with ` hint::spin_loop ` ([ #4491 ] )
581- - fix miri failures in intrusive linked lists ([ #4397 ] )
599+ - fix miri failures in intrusive linked lists ([ #4397 ] )
582600
583601### Documented
584602
0 commit comments