mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-22 00:00:11 +02:00
This also bumps: - tokio-async-await (0.1.7) - tokio-buf (0.1.1) - tokio-sync (0.1.5) - tokio-threadpool (0.1.14)
15 lines
360 B
Markdown
15 lines
360 B
Markdown
# 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).
|
|
|
|
# 0.1.0 (February 23, 2019)
|
|
|
|
* Initial release
|