diff --git a/axum/CHANGELOG.md b/axum/CHANGELOG.md index b2e3c445..707224ce 100644 --- a/axum/CHANGELOG.md +++ b/axum/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # Unreleased +- **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])