mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-27 00:00:24 +02:00
Add #1049 to changelogs
This commit is contained in:
@@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
# Unreleased
|
# Unreleased
|
||||||
|
|
||||||
- None.
|
- **fixed:** Use `impl IntoResponse` less in docs ([#1049])
|
||||||
|
|
||||||
|
[#1049]: https://github.com/tokio-rs/axum/pull/1049
|
||||||
|
|
||||||
# 0.2.4 (02. May, 2022)
|
# 0.2.4 (02. May, 2022)
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning].
|
|||||||
|
|
||||||
# Unreleased
|
# Unreleased
|
||||||
|
|
||||||
- None.
|
- **fixed:** Use `impl IntoResponse` less in docs ([#1049])
|
||||||
|
|
||||||
|
[#1049]: https://github.com/tokio-rs/axum/pull/1049
|
||||||
|
|
||||||
# 0.3.3 (18. May, 2022)
|
# 0.3.3 (18. May, 2022)
|
||||||
|
|
||||||
|
|||||||
@@ -10,8 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- **added:** Implement `Default` for `Extension` ([#1043])
|
- **added:** Implement `Default` for `Extension` ([#1043])
|
||||||
- **fixed:** Support deserializing `Vec<(String, String)>` in `extract::Path<_>` to get vector of
|
- **fixed:** Support deserializing `Vec<(String, String)>` in `extract::Path<_>` to get vector of
|
||||||
key/value pairs ([#1059])
|
key/value pairs ([#1059])
|
||||||
|
- **fixed:** Use `impl IntoResponse` less in docs ([#1049])
|
||||||
|
|
||||||
[#1043]: https://github.com/tokio-rs/axum/pull/1043
|
[#1043]: https://github.com/tokio-rs/axum/pull/1043
|
||||||
|
[#1049]: https://github.com/tokio-rs/axum/pull/1049
|
||||||
[#1059]: https://github.com/tokio-rs/axum/pull/1059
|
[#1059]: https://github.com/tokio-rs/axum/pull/1059
|
||||||
|
|
||||||
# 0.5.6 (15. May, 2022)
|
# 0.5.6 (15. May, 2022)
|
||||||
|
|||||||
Reference in New Issue
Block a user