Files
tokio/tokio-buf/CHANGELOG.md
T

15 lines
360 B
Markdown
Raw Normal View History

2019-04-22 15:12:25 -07:00
# 0.1.1 (April 22, 2019)
### Added
- Utilities for creating a `BufStream` from iterators and streams (#1011).
- Add `BufStream::into_stream` (#1048).
- Implement `FromBufStream` for `Bytes` (#1009).
- Implement `Error` for `CollectVecError` (#1010).
### Fixed
- Implement `size_hint` for string types (#1012).
2019-02-23 21:58:47 -08:00
# 0.1.0 (February 23, 2019)
2018-10-29 13:43:48 -07:00
* Initial release