mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-22 23:30:29 +01:00
Add #1049 to changelogs
This commit is contained in:
parent
bff7d72c53
commit
8ff275499b
3 changed files with 8 additions and 2 deletions
|
@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
# 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)
|
||||
|
||||
|
|
|
@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning].
|
|||
|
||||
# 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)
|
||||
|
||||
|
|
|
@ -10,8 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- **added:** Implement `Default` for `Extension` ([#1043])
|
||||
- **fixed:** Support deserializing `Vec<(String, String)>` in `extract::Path<_>` to get vector of
|
||||
key/value pairs ([#1059])
|
||||
- **fixed:** Use `impl IntoResponse` less in docs ([#1049])
|
||||
|
||||
[#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
|
||||
|
||||
# 0.5.6 (15. May, 2022)
|
||||
|
|
Loading…
Reference in a new issue