diff --git a/axum/CHANGELOG.md b/axum/CHANGELOG.md index e1f053f8..987c6b1f 100644 --- a/axum/CHANGELOG.md +++ b/axum/CHANGELOG.md @@ -8,8 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # Unreleased - **added:** Implement `IntoResponse` for `MultipartError` ([#1861]) +- **fixed:** More clearly document what wildcards matches ([#1873]) [#1861]: https://github.com/tokio-rs/axum/pull/1861 +[#1873]: https://github.com/tokio-rs/axum/pull/1873 # 0.6.11 (13. March, 2023)