1# 1.3.0 (July 7, 2021)
2
3- macros: don't trigger `clippy::unwrap_used` ([#3926])
4
5[#3926]: https://github.com/tokio-rs/tokio/pull/3926
6
7# 1.2.0 (May 14, 2021)
8
9- macros: forward input arguments in `#[tokio::test]` ([#3691])
10- macros: improve diagnostics on type mismatch ([#3766])
11- macros: various error message improvements ([#3677])
12
13[#3677]: https://github.com/tokio-rs/tokio/pull/3677
14[#3691]: https://github.com/tokio-rs/tokio/pull/3691
15[#3766]: https://github.com/tokio-rs/tokio/pull/3766
16
17# 1.1.0 (February 5, 2021)
18
19- add `start_paused` option to macros ([#3492])
20
21# 1.0.0 (December 23, 2020)
22
23- track `tokio` 1.0 release.
24
25# 0.3.1 (October 25, 2020)
26
27### Fixed
28
29- fix incorrect docs regarding `max_threads` option ([#3038])
30
31# 0.3.0 (October 15, 2020)
32
33- Track `tokio` 0.3 release.
34
35### Changed
36- options are renamed to track `tokio` runtime builder fn names.
37- `#[tokio::main]` macro requires `rt-multi-thread` when no `flavor` is specified.
38
39# 0.2.5 (February 27, 2019)
40
41### Fixed
42- doc improvements ([#2225]).
43
44# 0.2.4 (January 27, 2019)
45
46### Fixed
47- generics on `#[tokio::main]` function ([#2177]).
48
49### Added
50- support for `tokio::select!` ([#2152]).
51
52# 0.2.3 (January 7, 2019)
53
54### Fixed
55- Revert breaking change.
56
57# 0.2.2 (January 7, 2019)
58
59### Added
60- General refactoring and inclusion of additional runtime options ([#2022] and [#2038])
61
62# 0.2.1 (December 18, 2019)
63
64### Fixes
65- inherit visibility when wrapping async fn ([#1954]).
66
67# 0.2.0 (November 26, 2019)
68
69- Initial release
70
71[#1954]: https://github.com/tokio-rs/tokio/pull/1954
72[#2022]: https://github.com/tokio-rs/tokio/pull/2022
73[#2038]: https://github.com/tokio-rs/tokio/pull/2038
74[#2152]: https://github.com/tokio-rs/tokio/pull/2152
75[#2177]: https://github.com/tokio-rs/tokio/pull/2177
76[#2225]: https://github.com/tokio-rs/tokio/pull/2225
77[#3038]: https://github.com/tokio-rs/tokio/pull/3038
78[#3492]: https://github.com/tokio-rs/tokio/pull/3492
79