Files
tokio/tokio-stream/CHANGELOG.md
T

23 lines
384 B
Markdown
Raw Normal View History

2021-01-12 21:38:51 +01:00
# 0.1.2 (January 12, 2021)
Fixed
- docs: fix some wrappers missing in documentation (#3378)
2021-01-04 19:46:01 +01:00
# 0.1.1 (January 4, 2021)
Added
- add `Stream` wrappers ([#3343])
Fixed
- move `async-stream` to `dev-dependencies` ([#3366])
[#3366]: https://github.com/tokio-rs/tokio/pull/3366
[#3343]: https://github.com/tokio-rs/tokio/pull/3343
2020-12-23 09:26:14 -08:00
# 0.1.0 (December 23, 2020)
2021-01-04 19:46:01 +01:00
- Initial release