Skip to content

Commit 774c21c

Browse files
committed
Update changelog
1 parent 6624780 commit 774c21c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

axum/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)