2020-02-27 10:18:01 -08:00
|
|
|
# 0.2.5 (February 27, 2019)
|
|
|
|
|
|
|
|
|
|
### Fixed
|
2020-04-17 11:23:13 -04:00
|
|
|
- doc improvements ([#2225]).
|
2020-02-27 10:18:01 -08:00
|
|
|
|
2020-01-27 10:32:07 -08:00
|
|
|
# 0.2.4 (January 27, 2019)
|
|
|
|
|
|
|
|
|
|
### Fixed
|
2020-04-17 11:23:13 -04:00
|
|
|
- generics on `#[tokio::main]` function ([#2177]).
|
2020-01-27 10:32:07 -08:00
|
|
|
|
|
|
|
|
### Added
|
2020-04-17 11:23:13 -04:00
|
|
|
- support for `tokio::select!` ([#2152]).
|
2020-01-27 10:32:07 -08:00
|
|
|
|
2020-01-07 14:29:44 -08:00
|
|
|
# 0.2.3 (January 7, 2019)
|
|
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
- Revert breaking change.
|
|
|
|
|
|
2020-01-08 00:44:27 +03:00
|
|
|
# 0.2.2 (January 7, 2019)
|
2020-01-07 14:29:44 -08:00
|
|
|
|
|
|
|
|
### Added
|
2020-04-17 11:23:13 -04:00
|
|
|
- General refactoring and inclusion of additional runtime options ([#2022] and [#2038])
|
2020-01-08 00:44:27 +03:00
|
|
|
|
2019-12-18 13:07:27 -08:00
|
|
|
# 0.2.1 (December 18, 2019)
|
|
|
|
|
|
|
|
|
|
### Fixes
|
2020-04-17 11:23:13 -04:00
|
|
|
- inherit visibility when wrapping async fn ([#1954]).
|
2019-12-18 13:07:27 -08:00
|
|
|
|
2019-11-26 09:17:27 -08:00
|
|
|
# 0.2.0 (November 26, 2019)
|
|
|
|
|
|
|
|
|
|
- Initial release
|
2020-04-17 11:23:13 -04:00
|
|
|
|
|
|
|
|
[#2225]: https://github.com/tokio-rs/tokio/pull/2225
|
|
|
|
|
[#2177]: https://github.com/tokio-rs/tokio/pull/2177
|
|
|
|
|
[#2152]: https://github.com/tokio-rs/tokio/pull/2152
|
|
|
|
|
[#2038]: https://github.com/tokio-rs/tokio/pull/2038
|
|
|
|
|
[#2022]: https://github.com/tokio-rs/tokio/pull/2022
|
|
|
|
|
[#1954]: https://github.com/tokio-rs/tokio/pull/1954
|