stream: fix changelog for 0.1.12 (#5488)

This commit is contained in:
Alice Ryhl
2023-02-20 16:19:56 +00:00
committed by GitHub
parent fa31cd9990
commit 3ea5cc5a82
+3 -1
View File
@@ -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)