Skip to content

Commit

Permalink
stream: fix changelog for 0.1.12 (tokio-rs#5488)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn authored and amab8901 committed Feb 27, 2023
1 parent 6c6c4d5 commit 30aa99f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tokio-stream/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit 30aa99f

Please sign in to comment.