1# 1.1.0 (February 5, 2021) 2 3- add `start_paused` option to macros ([#3492]) 4 5# 1.0.0 (December 23, 2020) 6 7- track `tokio` 1.0 release. 8 9# 0.3.1 (October 25, 2020) 10 11### Fixed 12 13- fix incorrect docs regarding `max_threads` option ([#3038]) 14 15# 0.3.0 (October 15, 2020) 16 17- Track `tokio` 0.3 release. 18 19### Changed 20- options are renamed to track `tokio` runtime builder fn names. 21- `#[tokio::main]` macro requires `rt-multi-thread` when no `flavor` is specified. 22 23# 0.2.5 (February 27, 2019) 24 25### Fixed 26- doc improvements ([#2225]). 27 28# 0.2.4 (January 27, 2019) 29 30### Fixed 31- generics on `#[tokio::main]` function ([#2177]). 32 33### Added 34- support for `tokio::select!` ([#2152]). 35 36# 0.2.3 (January 7, 2019) 37 38### Fixed 39- Revert breaking change. 40 41# 0.2.2 (January 7, 2019) 42 43### Added 44- General refactoring and inclusion of additional runtime options ([#2022] and [#2038]) 45 46# 0.2.1 (December 18, 2019) 47 48### Fixes 49- inherit visibility when wrapping async fn ([#1954]). 50 51# 0.2.0 (November 26, 2019) 52 53- Initial release 54 55[#1954]: https://github.com/tokio-rs/tokio/pull/1954 56[#2022]: https://github.com/tokio-rs/tokio/pull/2022 57[#2038]: https://github.com/tokio-rs/tokio/pull/2038 58[#2152]: https://github.com/tokio-rs/tokio/pull/2152 59[#2177]: https://github.com/tokio-rs/tokio/pull/2177 60[#2225]: https://github.com/tokio-rs/tokio/pull/2225 61[#3038]: https://github.com/tokio-rs/tokio/pull/3038 62[#3492]: https://github.com/tokio-rs/tokio/pull/3492 63