summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDavid LeGare <legare@google.com>2022-03-02 16:21:06 +0000
committerDavid LeGare <legare@google.com>2022-03-02 16:21:06 +0000
commit9efa0491e142e4671ecf44fe3c573cccbf01587a (patch)
treec7137dd1d515ee77f69864a1aa7986dcf3015730 /CHANGELOG.md
parent13846a6a172665d35adbd5e4a19c549cc60f1140 (diff)
downloadtokio-stream-9efa0491e142e4671ecf44fe3c573cccbf01587a.tar.gz
Update tokio-stream to 0.1.8
Test: cd external/rust/crates && atest --host -c Change-Id: I50075ad0877aeb06bdc1f87903025b08ba6ac644
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a0cdef0..4ef469e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+# 0.1.8 (October 29, 2021)
+
+- stream: add `From<Receiver<T>>` impl for receiver streams ([#4080])
+- stream: impl `FromIterator` for `StreamMap` ([#4052])
+- signal: make windows docs for signal module show up on unix builds ([#3770])
+
+[#3770]: https://github.com/tokio-rs/tokio/pull/3770
+[#4052]: https://github.com/tokio-rs/tokio/pull/4052
+[#4080]: https://github.com/tokio-rs/tokio/pull/4080
+
# 0.1.7 (July 7, 2021)
### Fixed