From 3fb67bf79d1a46686519b91fa2621862387468e1 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Wed, 22 Mar 2023 14:35:06 +0100 Subject: [PATCH] Update changelog --- axum/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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)