1# 0.1.5 (March 20, 2021) 2 3### Fixed 4 5- stream: documentation note for throttle `Unpin` ([#3600]) 6 7[#3600]: https://github.com/tokio-rs/tokio/pull/3600 8 9# 0.1.4 (March 9, 2021) 10 11Added 12 13- signal: add `Signal` wrapper ([#3510]) 14 15Fixed 16 17- stream: remove duplicate `doc_cfg` declaration ([#3561]) 18- sync: yield initial value in `WatchStream` ([#3576]) 19 20[#3510]: https://github.com/tokio-rs/tokio/pull/3510 21[#3561]: https://github.com/tokio-rs/tokio/pull/3561 22[#3576]: https://github.com/tokio-rs/tokio/pull/3576 23 24# 0.1.3 (February 5, 2021) 25 26Added 27 28 - sync: add wrapper for broadcast and watch ([#3384], [#3504]) 29 30[#3384]: https://github.com/tokio-rs/tokio/pull/3384 31[#3504]: https://github.com/tokio-rs/tokio/pull/3504 32 33# 0.1.2 (January 12, 2021) 34 35Fixed 36 37 - docs: fix some wrappers missing in documentation ([#3378]) 38 39[#3378]: https://github.com/tokio-rs/tokio/pull/3378 40 41# 0.1.1 (January 4, 2021) 42 43Added 44 45 - add `Stream` wrappers ([#3343]) 46 47Fixed 48 49 - move `async-stream` to `dev-dependencies` ([#3366]) 50 51[#3366]: https://github.com/tokio-rs/tokio/pull/3366 52[#3343]: https://github.com/tokio-rs/tokio/pull/3343 53 54# 0.1.0 (December 23, 2020) 55 56 - Initial release 57