mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-20 00:00:08 +02:00
Allows for simply clicking on the PR number to view the corresponding changes made.
894 B
894 B
0.3.1 (March 18, 2020)
Fixed
- Adjust minimum-supported Tokio version to v0.2.5 to account for an internal dependency on features in that version of Tokio. (#2326)
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
Fixed
- Use advance over split_to when data is not needed. (#2198)
0.2.0 (November 26, 2019)
- Initial release