mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-23 00:00:15 +02:00
- Make macro handle more cases such as mutable extractors and handlers taking `self` ([#518]) [#518]: https://github.com/tokio-rs/axum/pull/518
673 B
673 B
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
- None.
0.2.1 (19. October 2021)
- Make macro handle more cases such as mutable extractors and handlers taking
self(#518)
0.2.0 (13. October 2021)
- breaking: Removed
debug_routermacro. - breaking: Removed
check_servicefunction. - breaking: Removed
debug_servicefunction.
0.1.0 (6. October 2021)
- Initial release.