Skip to content

Commit 8ff2754

Browse files
committed
Add #1049 to changelogs
1 parent bff7d72 commit 8ff2754

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

axum-core/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
# Unreleased
99

10-
- None.
10+
- **fixed:** Use `impl IntoResponse` less in docs ([#1049])
11+
12+
[#1049]: https://github.com/tokio-rs/axum/pull/1049
1113

1214
# 0.2.4 (02. May, 2022)
1315

axum-extra/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning].
77

88
# Unreleased
99

10-
- None.
10+
- **fixed:** Use `impl IntoResponse` less in docs ([#1049])
11+
12+
[#1049]: https://github.com/tokio-rs/axum/pull/1049
1113

1214
# 0.3.3 (18. May, 2022)
1315

axum/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
- **added:** Implement `Default` for `Extension` ([#1043])
1111
- **fixed:** Support deserializing `Vec<(String, String)>` in `extract::Path<_>` to get vector of
1212
key/value pairs ([#1059])
13+
- **fixed:** Use `impl IntoResponse` less in docs ([#1049])
1314

1415
[#1043]: https://github.com/tokio-rs/axum/pull/1043
16+
[#1049]: https://github.com/tokio-rs/axum/pull/1049
1517
[#1059]: https://github.com/tokio-rs/axum/pull/1059
1618

1719
# 0.5.6 (15. May, 2022)

0 commit comments

Comments
 (0)