From f6bab0f65bd09e5f3a90aa73cf08d401436c5910 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Sat, 25 Jun 2022 21:38:23 +0200 Subject: [PATCH] Fix changelog --- axum/CHANGELOG.md | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/axum/CHANGELOG.md b/axum/CHANGELOG.md index a40ee222de..310dbf2191 100644 --- a/axum/CHANGELOG.md +++ b/axum/CHANGELOG.md @@ -7,7 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # Unreleased -- None. +- **breaking:** Remove `extractor_middleware` which was previously deprecated. + Use `axum::middleware::from_extractor` instead ([#1077]) +- **breaking:** Allow `Error: Into` for `Route::{layer, route_layer}` ([#924]) +- **breaking:** `MethodRouter` now panics on overlapping routes ([#1102]) + +[#1077]: https://github.com/tokio-rs/axum/pull/1077 +[#1102]: https://github.com/tokio-rs/axum/pull/1102 +[#924]: https://github.com/tokio-rs/axum/pull/924 # 0.5.10 (28. June, 2022) @@ -30,21 +37,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 extractor ([#1078]) - **added:** Implement `IntoResponse` for `Form` ([#1095]) - **change:** axum's MSRV is now 1.56 ([#1098]) -- **breaking:** Remove `extractor_middleware` which was previously deprecated. - Use `axum::middleware::from_extractor` instead ([#1077]) -- **breaking:** Allow `Error: Into` for `Route::{layer, route_layer}` ([#924]) -- **breaking:** Remove `extractor_middleware` which was previously deprecated. - Use `axum::middleware::from_extractor` instead ([#1077]) -- **breaking:** `MethodRouter` now panics on overlapping routes ([#1102]) -[#1077]: https://github.com/tokio-rs/axum/pull/1077 -[#1078]: https://github.com/tokio-rs/axum/pull/1078 -[#1078]: https://github.com/tokio-rs/axum/pull/1078 [#1078]: https://github.com/tokio-rs/axum/pull/1078 [#1095]: https://github.com/tokio-rs/axum/pull/1095 [#1098]: https://github.com/tokio-rs/axum/pull/1098 -[#924]: https://github.com/tokio-rs/axum/pull/924 -[#1102]: https://github.com/tokio-rs/axum/pull/1102 # 0.5.7 (08. June, 2022)