Skip to content

Commit fc14f5c

Browse files
authored
axum: add router nesting fallback changelog (#3339)
1 parent 8202c66 commit fc14f5c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

axum/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
# Unreleased
99

10+
- **breaking:** Router fallbacks are now properly merged for nested routers ([#3158])
1011
- **added:** Implement `OptionalFromRequest` for `Multipart` ([#3220])
1112
- **changed:** `serve` has an additional generic argument and can now work with any response body
1213
type, not just `axum::body::Body` ([#3205])
1314

15+
[#3158]: https://github.com/tokio-rs/axum/pull/3158
1416
[#3205]: https://github.com/tokio-rs/axum/pull/3205
17+
[#3220]: https://github.com/tokio-rs/axum/pull/3220
1518

1619
# 0.8.4
1720

0 commit comments

Comments
 (0)