diff --git a/axum-core/CHANGELOG.md b/axum-core/CHANGELOG.md index d6d0ea07..94b26094 100644 --- a/axum-core/CHANGELOG.md +++ b/axum-core/CHANGELOG.md @@ -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) diff --git a/axum-extra/CHANGELOG.md b/axum-extra/CHANGELOG.md index cf7d6d30..41a9ebe6 100644 --- a/axum-extra/CHANGELOG.md +++ b/axum-extra/CHANGELOG.md @@ -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) diff --git a/axum/CHANGELOG.md b/axum/CHANGELOG.md index 65fd881c..94b749cc 100644 --- a/axum/CHANGELOG.md +++ b/axum/CHANGELOG.md @@ -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)