Skip to content

Commit

Permalink
Add #1049 to changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpdrsn committed Jun 6, 2022
1 parent bff7d72 commit 8ff2754
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion axum-core/CHANGELOG.md
Expand Up @@ -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)

Expand Down
4 changes: 3 additions & 1 deletion axum-extra/CHANGELOG.md
Expand Up @@ -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)

Expand Down
2 changes: 2 additions & 0 deletions axum/CHANGELOG.md
Expand Up @@ -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)
Expand Down

0 comments on commit 8ff2754

Please sign in to comment.