diff --git a/axum-extra/CHANGELOG.md b/axum-extra/CHANGELOG.md index a58aec6c1ec..0a1f7523e63 100644 --- a/axum-extra/CHANGELOG.md +++ b/axum-extra/CHANGELOG.md @@ -10,8 +10,10 @@ and this project adheres to [Semantic Versioning]. - **breaking:** `axum::extract::ws::Message` now uses `Bytes` in place of `Vec`, and a new `Utf8Bytes` type in place of `String`, for its variants ([#3078]) - **changed:** Upgraded `tokio-tungstenite` to 0.26 ([#3078]) +- **changed:** Query/Form: Use `serde_path_to_error` to report fields that failed to parse ([#3081]) [#3078]: https://github.com/tokio-rs/axum/pull/3078 +[#3081]: https://github.com/tokio-rs/axum/pull/3081 # 0.10.0 diff --git a/axum/CHANGELOG.md b/axum/CHANGELOG.md index e896deb3173..5301ebf51a7 100644 --- a/axum/CHANGELOG.md +++ b/axum/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # Unreleased +- **changed:** Query/Form: Use `serde_path_to_error` to report fields that failed to parse ([#3081]) + +[#3081]: https://github.com/tokio-rs/axum/pull/3081 + # 0.8.0 ## rc.1