1# 0.4.2 (May 14, 2021) 2 3- test: add `assert_elapsed!` macro ([#3728]) 4 5[#3728]: https://github.com/tokio-rs/tokio/pull/3728 6 7# 0.4.1 (March 10, 2021) 8 9- Fix `io::Mock` to be `Send` and `Sync` ([#3594]) 10 11[#3594]: https://github.com/tokio-rs/tokio/pull/3594 12 13# 0.4.0 (December 23, 2020) 14 15- Track `tokio` 1.0 release. 16 17# 0.3.0 (October 15, 2020) 18 19- Track `tokio` 0.3 release. 20 21# 0.2.1 (April 17, 2020) 22 23- Add `Future` and `Stream` implementations for `task::Spawn<T>`. 24 25# 0.2.0 (November 25, 2019) 26 27- Initial release 28