Files
tokio/tokio-macros/CHANGELOG.md
T

19 lines
326 B
Markdown
Raw Normal View History

2020-01-07 14:29:44 -08:00
# 0.2.3 (January 7, 2019)
### Fixed
- Revert breaking change.
# 0.2.2 (January 7, 2019)
2020-01-07 14:29:44 -08:00
### Added
- General refactoring and inclusion of additional runtime options (#2022 and #2038)
2019-12-18 13:07:27 -08:00
# 0.2.1 (December 18, 2019)
### Fixes
- inherit visibility when wrapping async fn (#1954).
2019-11-26 09:17:27 -08:00
# 0.2.0 (November 26, 2019)
- Initial release