From 3ea5cc5a821699f0f33236292e19574160dd1839 Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Mon, 20 Feb 2023 17:19:56 +0100 Subject: [PATCH] stream: fix changelog for 0.1.12 (#5488) --- tokio-stream/CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tokio-stream/CHANGELOG.md b/tokio-stream/CHANGELOG.md index c475c7c398c..3c9bbc3b330 100644 --- a/tokio-stream/CHANGELOG.md +++ b/tokio-stream/CHANGELOG.md @@ -1,10 +1,12 @@ -# 0.1.12 (January 20, 2022) +# 0.1.12 (January 20, 2023) - time: remove `Unpin` bound on `Throttle` methods ([#5105]) - time: document that `throttle` operates on ms granularity ([#5101]) +- sync: add `WatchStream::from_changes` ([#5432]) [#5105]: https://github.com/tokio-rs/tokio/pull/5105 [#5101]: https://github.com/tokio-rs/tokio/pull/5101 +[#5432]: https://github.com/tokio-rs/tokio/pull/5432 # 0.1.11 (October 11, 2022)