mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-24 00:00:11 +02:00
Signed-off-by: Lucio Franco <[email protected]> Co-authored-by: David Barsky <[email protected]> Co-authored-by: Eliza Weisman <[email protected]>
443 B
443 B
0.3.0 (March 4, 2020)
Changed
- Breaking Change: Change
Encodertrait to take a genericItemparameter, which allows codec writers to pass references intoFramedandFramedWritetypes. (#1746)
Added
- Add futures-io/tokio::io compatibility layer. (#2117)
- Add
Framed::with_capacity. (#2215)
Fixed
- Use advance over split_to when data is not needed. (#2198)
0.2.0 (November 26, 2019)
- Initial release