docs: Update changelog (#3364)

This commit is contained in:
fritzchr
2025-05-28 18:59:34 +02:00
committed by GitHub
parent 9ef53e5a48
commit 7eabf7e645
+1
View File
@@ -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])