diff --git a/axum-extra/CHANGELOG.md b/axum-extra/CHANGELOG.md index 2ccaba12..37d81f0b 100644 --- a/axum-extra/CHANGELOG.md +++ b/axum-extra/CHANGELOG.md @@ -11,7 +11,9 @@ and this project adheres to [Semantic Versioning]. # 0.3.2 (15. May, 2022) -- **added:** Add `extract::Form` which supports multi-value items +- **added:** Add `extract::Form` which supports multi-value items ([#1031]) + +[#1031]: https://github.com/tokio-rs/axum/pull/1031 # 0.3.1 (10. May, 2022)