Skip to content

Commit aee1292

Browse files
committed
Add changelog entries
1 parent a9b05a0 commit aee1292

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

axum-extra/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ and this project adheres to [Semantic Versioning].
1010
- **breaking:** `axum::extract::ws::Message` now uses `Bytes` in place of `Vec<u8>`,
1111
and a new `Utf8Bytes` type in place of `String`, for its variants ([#3078])
1212
- **changed:** Upgraded `tokio-tungstenite` to 0.26 ([#3078])
13+
- **changed:** Query/Form: Use `serde_path_to_error` to report fields that failed to parse ([#3081])
1314

1415
[#3078]: https://github.com/tokio-rs/axum/pull/3078
16+
[#3081]: https://github.com/tokio-rs/axum/pull/3081
1517

1618
# 0.10.0
1719

axum/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
# Unreleased
99

10+
- **changed:** Query/Form: Use `serde_path_to_error` to report fields that failed to parse ([#3081])
11+
12+
[#3081]: https://github.com/tokio-rs/axum/pull/3081
13+
1014
# 0.8.0
1115

1216
## rc.1

0 commit comments

Comments
 (0)