From fc14f5c72817ce79252d434fb0c1c81330137ea8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Ml=C3=A1dek?= Date: Tue, 3 Jun 2025 23:16:36 +0200 Subject: [PATCH] axum: add router nesting fallback changelog (#3339) --- axum/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/axum/CHANGELOG.md b/axum/CHANGELOG.md index 707224ce..3ffb9342 100644 --- a/axum/CHANGELOG.md +++ b/axum/CHANGELOG.md @@ -7,11 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # Unreleased +- **breaking:** Router fallbacks are now properly merged for nested routers ([#3158]) - **added:** Implement `OptionalFromRequest` for `Multipart` ([#3220]) - **changed:** `serve` has an additional generic argument and can now work with any response body type, not just `axum::body::Body` ([#3205]) +[#3158]: https://github.com/tokio-rs/axum/pull/3158 [#3205]: https://github.com/tokio-rs/axum/pull/3205 +[#3220]: https://github.com/tokio-rs/axum/pull/3220 # 0.8.4