summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorIvan Lozano <ivanlozano@google.com>2021-01-25 21:39:17 -0500
committerIvan Lozano <ivanlozano@google.com>2021-01-25 22:05:46 -0500
commitc0f49ebcec57f841f20a5a984b0fe3c94c7dd531 (patch)
tree08efa1ccbef1a7ef36c8b30afc594f438eecffd9 /CHANGELOG.md
parenta285a7c3d95f91b86b3cb1fbe87e1010156570a6 (diff)
downloadtokio-stream-c0f49ebcec57f841f20a5a984b0fe3c94c7dd531.tar.gz
Initial import of tokio_stream
Test: N/A Bug: 177808007 Change-Id: Icff6d8835b59a9b6b286de1ffe8b2f167928473c
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..bbb7d8c
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,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