diff --git a/axum-extra/CHANGELOG.md b/axum-extra/CHANGELOG.md index 42205113..de34d9c8 100644 --- a/axum-extra/CHANGELOG.md +++ b/axum-extra/CHANGELOG.md @@ -7,7 +7,10 @@ and this project adheres to [Semantic Versioning]. # Unreleased -- None. +- **breaking:** `Form` has a new rejection type ([#1496]) +- **breaking:** `Query` has a new rejection type ([#1496]) + +[#1496]: https://github.com/tokio-rs/axum/pull/1496 # 0.4.0-rc.1 (23. August, 2022)