mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-29 00:00:11 +02:00
34 lines
647 B
Markdown
34 lines
647 B
Markdown
# 0.1.3 (February 5, 2021)
|
|
|
|
Added
|
|
|
|
- sync: add wrapper for broadcast and watch ([#3384], [#3504])
|
|
|
|
[#3384]: https://github.com/tokio-rs/tokio/pull/3384
|
|
[#3504]: https://github.com/tokio-rs/tokio/pull/3504
|
|
|
|
# 0.1.2 (January 12, 2021)
|
|
|
|
Fixed
|
|
|
|
- docs: fix some wrappers missing in documentation ([#3378])
|
|
|
|
[#3378]: https://github.com/tokio-rs/tokio/pull/3378
|
|
|
|
# 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
|
|
|
|
# 0.1.0 (December 23, 2020)
|
|
|
|
- Initial release
|