summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
blob: bbb7d8c95cd21c6cf0a5805b255524eee28d85ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 0.1.2 (January 12, 2021)

Fixed

 - docs: fix some wrappers missing in documentation (#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