stream: fix changelog for 0.1.12 (#5488)

This commit is contained in:
Alice Ryhl 2023-02-20 17:19:56 +01:00 committed by GitHub
parent fa31cd9990
commit 3ea5cc5a82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: remove `Unpin` bound on `Throttle` methods ([#5105])
- time: document that `throttle` operates on ms granularity ([#5101]) - time: document that `throttle` operates on ms granularity ([#5101])
- sync: add `WatchStream::from_changes` ([#5432])
[#5105]: https://github.com/tokio-rs/tokio/pull/5105 [#5105]: https://github.com/tokio-rs/tokio/pull/5105
[#5101]: https://github.com/tokio-rs/tokio/pull/5101 [#5101]: https://github.com/tokio-rs/tokio/pull/5101
[#5432]: https://github.com/tokio-rs/tokio/pull/5432
# 0.1.11 (October 11, 2022) # 0.1.11 (October 11, 2022)