mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-23 07:39:25 +01:00
9f5f29dfba
- Add `middleware::from_fn` for creating middleware from async functions ([#656]) [#656]: https://github.com/tokio-rs/axum/pull/656
489 B
489 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.1.1 (27. December, 2021)
- Add
middleware::from_fn
for creating middleware from async functions (#656)
0.1.0 (02. December, 2021)
- Initial release.