From 8ff275499bd97df73aa5cbabfde0fb8a43570d2d Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Mon, 6 Jun 2022 18:00:52 +0200 Subject: [PATCH] Add #1049 to changelogs --- axum-core/CHANGELOG.md | 4 +++- axum-extra/CHANGELOG.md | 4 +++- axum/CHANGELOG.md | 2 ++ 3 files changed, 8 insertions(+), 2 deletions(-) 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)