From f2ae530aae6747a343f25179fbfbcc85dd7e9e18 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Mon, 27 Jun 2022 13:56:17 +0200 Subject: [PATCH] Update axum/CHANGELOG.md Co-authored-by: Jonas Platte --- axum/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/axum/CHANGELOG.md b/axum/CHANGELOG.md index 04ac7abc97e..8f892fcbdb8 100644 --- a/axum/CHANGELOG.md +++ b/axum/CHANGELOG.md @@ -15,8 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **breaking:** `MethodRouter` now panics on overlapping routes ([#1102]) - **breaking:** Remove trailing slash redirects. Previously if you added a route for `/foo` axum would redirect calls to `/foo/` to `/foo` (or vice versa for - `/foo/`). That is no longer supported and such requests will now be sent to - the fallback ([#1119]) + `/foo/`). Such requests will now be sent to the fallback. If you were + relying on the previous behavior, please open an issue. ([#1119]) [#1077]: https://github.com/tokio-rs/axum/pull/1077 [#1102]: https://github.com/tokio-rs/axum/pull/1102