Document how to implement IntoResponse for custom error type (#258)

Fixes https://github.com/tokio-rs/axum/issues/249
This commit is contained in:
David Pedersen
2021-08-24 12:42:10 +02:00
committed by GitHub
parent 536b8ca4ec
commit 3d4ef9dc32
2 changed files with 52 additions and 2 deletions
+1
View File
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
# Unreleased
- **added:** Add `Redirect::to` constructor ([#255](https://github.com/tokio-rs/axum/pull/255))
- **added:** Document how to implement `IntoResponse` for custom error type ([#258](https://github.com/tokio-rs/axum/pull/258))
# 0.2.0 (23. August, 2021)