mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-08 00:00:24 +02:00
Implement IntoResponse for (R,) where R: IntoResponse (#2143)
This commit is contained in:
@@ -63,6 +63,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- **change:** Update tokio-tungstenite to 0.19 ([#2021])
|
||||
- **change:** axum's MSRV is now 1.63 ([#2021])
|
||||
- **added:** Implement `Handler` for `T: IntoResponse` ([#2140])
|
||||
- **added:** Implement `IntoResponse` for `(R,) where R: IntoResponse` ([#2143])
|
||||
|
||||
[#2021]: https://github.com/tokio-rs/axum/pull/2021
|
||||
[#2014]: https://github.com/tokio-rs/axum/pull/2014
|
||||
@@ -80,6 +81,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
[#2073]: https://github.com/tokio-rs/axum/pull/2073
|
||||
[#2096]: https://github.com/tokio-rs/axum/pull/2096
|
||||
[#2140]: https://github.com/tokio-rs/axum/pull/2140
|
||||
[#2143]: https://github.com/tokio-rs/axum/pull/2143
|
||||
|
||||
# 0.6.17 (25. April, 2023)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user