mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-07 00:00:12 +02:00
Implement IntoResponse for (R,) where R: IntoResponse (#2143)
This commit is contained in:
+3
-1
@@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
# Unreleased
|
||||
|
||||
- None.
|
||||
- **added:** Implement `IntoResponse` for `(R,) where R: IntoResponse` ([#2143])
|
||||
|
||||
[#2143]: https://github.com/tokio-rs/axum/pull/2143
|
||||
|
||||
# 0.6.20 (03. August, 2023)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user