File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,13 +37,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3737- ** breaking:** The ` Body ` and ` BodyError ` associated types on the
3838 ` IntoResponse ` trait have been removed - instead, ` .into_response() ` will now
3939 always return ` Response<BoxBody> ` ([ #571 ] )
40+ - ** breaking:** The variants of ` Path ` 's rejection type has been renamed ([ #574 ] )
41+ - ** added:** ` Path ` 's rejection type now provides data about exactly which part of
42+ the path couldn't be deserialized ([ #574 ] )
4043
4144[ #525 ] : https://github.com/tokio-rs/axum/pull/525
4245[ #527 ] : https://github.com/tokio-rs/axum/pull/527
4346[ #529 ] : https://github.com/tokio-rs/axum/pull/529
4447[ #534 ] : https://github.com/tokio-rs/axum/pull/534
4548[ #554 ] : https://github.com/tokio-rs/axum/pull/554
4649[ #571 ] : https://github.com/tokio-rs/axum/pull/571
50+ [ #574 ] : https://github.com/tokio-rs/axum/pull/574
4751
4852# 0.3.3 (13. November, 2021)
4953
You can’t perform that action at this time.
0 commit comments