mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-07 00:00:12 +02:00
Mention MSRV bump in changelog
This commit is contained in:
@@ -43,6 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
`Router`.
|
`Router`.
|
||||||
- **added:** Add `Handler::into_make_service_with_connect_info` for serving a
|
- **added:** Add `Handler::into_make_service_with_connect_info` for serving a
|
||||||
handler without a `Router`, and storing info about the incoming connection.
|
handler without a `Router`, and storing info about the incoming connection.
|
||||||
|
- **breaking:** axum's minimum support rust version is not 1.54
|
||||||
- Routing:
|
- Routing:
|
||||||
- Big internal refactoring of routing leading to several improvements ([#363])
|
- Big internal refactoring of routing leading to several improvements ([#363])
|
||||||
- **added:** Wildcard routes like `.route("/api/users/*rest", service)` are now supported.
|
- **added:** Wildcard routes like `.route("/api/users/*rest", service)` are now supported.
|
||||||
|
|||||||
Reference in New Issue
Block a user