Commit aee1292 1 parent a9b05a0 commit aee1292 Copy full SHA for aee1292
File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,10 @@ and this project adheres to [Semantic Versioning].
10
10
- ** breaking:** ` axum::extract::ws::Message ` now uses ` Bytes ` in place of ` Vec<u8> ` ,
11
11
and a new ` Utf8Bytes ` type in place of ` String ` , for its variants ([ #3078 ] )
12
12
- ** 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 ] )
13
14
14
15
[ #3078 ] : https://github.com/tokio-rs/axum/pull/3078
16
+ [ #3081 ] : https://github.com/tokio-rs/axum/pull/3081
15
17
16
18
# 0.10.0
17
19
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
# Unreleased
9
9
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
+
10
14
# 0.8.0
11
15
12
16
## rc.1
You can’t perform that action at this time.
0 commit comments