Skip to content

Commit b0be0d2

Browse files
committed
Add changelog entry
1 parent 96835d4 commit b0be0d2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

axum-core/CHANGELOG.md

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

1010
# 0.5.0
1111

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+
1218
## rc.1
1319

1420
- **breaking:**: `Option<T>` as an extractor now requires `T` to implement the

0 commit comments

Comments
 (0)