From 7eabf7e645caf4e8e974cbdd886ab99eb2766d1d Mon Sep 17 00:00:00 2001 From: fritzchr <62554482+fritzchr@users.noreply.github.com> Date: Wed, 28 May 2025 18:59:34 +0200 Subject: [PATCH] docs: Update changelog (#3364) --- axum/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) 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])