Add #1049 to changelogs

This commit is contained in:
David Pedersen 2022-06-06 18:00:52 +02:00
parent bff7d72c53
commit 8ff275499b
3 changed files with 8 additions and 2 deletions

View file

@ -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)

View file

@ -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)

View file

@ -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)