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)