From 89d840fda0e257014db705fd72c1712ab16d34c4 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Mon, 23 Dec 2024 22:41:34 +0100 Subject: [PATCH] Add Scheme extractor to axum-extra changelog --- axum-extra/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/axum-extra/CHANGELOG.md b/axum-extra/CHANGELOG.md index 0a1f7523e6..b7e92c654e 100644 --- a/axum-extra/CHANGELOG.md +++ b/axum-extra/CHANGELOG.md @@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning]. - **added:** Add `InternalServerError` response for logging an internal error and returning HTTP 500 in a convenient way. ([#3010]) - **added:** Add `FileStream` for easy construction of file stream responses ([#3047]) +- **added:** Add `Scheme` extractor ([#2507]) [#2242]: https://github.com/tokio-rs/axum/pull/2242 [#2475]: https://github.com/tokio-rs/axum/pull/2475 @@ -37,6 +38,7 @@ and this project adheres to [Semantic Versioning]. [#2962]: https://github.com/tokio-rs/axum/pull/2962 [#3010]: https://github.com/tokio-rs/axum/pull/3010 [#3047]: https://github.com/tokio-rs/axum/pull/3047 +[#2507]: https://github.com/tokio-rs/axum/pull/2507 ## alpha.1