We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8202c66 commit fc14f5cCopy full SHA for fc14f5c
axum/CHANGELOG.md
@@ -7,11 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
# Unreleased
9
10
+- **breaking:** Router fallbacks are now properly merged for nested routers ([#3158])
11
- **added:** Implement `OptionalFromRequest` for `Multipart` ([#3220])
12
- **changed:** `serve` has an additional generic argument and can now work with any response body
13
type, not just `axum::body::Body` ([#3205])
14
15
+[#3158]: https://github.com/tokio-rs/axum/pull/3158
16
[#3205]: https://github.com/tokio-rs/axum/pull/3205
17
+[#3220]: https://github.com/tokio-rs/axum/pull/3220
18
19
# 0.8.4
20
0 commit comments