From 837cf5b7a5dc97d98e9ff2ead674071fdfea663c Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Wed, 6 Jul 2022 22:03:07 +0200 Subject: [PATCH] changelog links --- axum/CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/axum/CHANGELOG.md b/axum/CHANGELOG.md index 1b332ffd76..fa52e5b6e2 100644 --- a/axum/CHANGELOG.md +++ b/axum/CHANGELOG.md @@ -17,9 +17,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 the fallback. Consider using `axum_extra::routing::RouterExt::route_with_tsr` if you want the old behavior ([#1119]) - **fixed:** If `WebSocketUpgrade` cannot upgrade the connection it will return a - `WebSocketUpgradeRejection::ConnectionNotUpgradable` rejection + `WebSocketUpgradeRejection::ConnectionNotUpgradable` rejection ([#1135]) - **changed:** `WebSocketUpgradeRejection` has a new variant `ConnectionNotUpgradable` - variant + variant ([#1135]) - **added** Implement `TryFrom` for `MethodFilter` and use new `NoMatchingMethodFilter` error in case of failure ([#1130]) - **added:** Support running extractors from `middleware::from_fn` functions ([#1088]) - **added:** Added `debug_handler` which is an attribute macro that improves @@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#1102]: https://github.com/tokio-rs/axum/pull/1102 [#1119]: https://github.com/tokio-rs/axum/pull/1119 [#1130]: https://github.com/tokio-rs/axum/pull/1130 +[#1135]: https://github.com/tokio-rs/axum/pull/1135 [#924]: https://github.com/tokio-rs/axum/pull/924 # 0.5.10 (28. June, 2022)