We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96835d4 commit b0be0d2Copy full SHA for b0be0d2
axum-core/CHANGELOG.md
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
# 0.5.0
11
12
+- **change:** The `Display` impl of all rejections generated by the
13
+ `define_rejection!()` will now include the `Display` output of the
14
+ inner error too. This matches the `body_text()` fn output now. ([#3118])
15
+
16
+[#3118]: https://github.com/tokio-rs/axum/pull/3118
17
18
## rc.1
19
20
- **breaking:**: `Option<T>` as an extractor now requires `T` to implement the
0 commit comments