Files
tokio/tokio-util/CHANGELOG.md
T
5ede2e4d6b util: Prepare 0.3.0 release (#2296)
Signed-off-by: Lucio Franco <[email protected]>
Co-authored-by: David Barsky <[email protected]>
Co-authored-by: Eliza Weisman <[email protected]>
2020-03-04 17:27:18 -05:00

20 lines
443 B
Markdown

# 0.3.0 (March 4, 2020)
### Changed
- **Breaking Change**: Change `Encoder` trait to take a generic `Item` parameter, which allows
codec writers to pass references into `Framed` and `FramedWrite` types. (#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