From 1d6a96ee20376baa58141f0ad776407daa85335a Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Wed, 9 Nov 2022 09:27:37 +0100 Subject: [PATCH] Remove references to `*_with_state_arc` functions from changelog They were removed again before being released. --- axum/CHANGELOG.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/axum/CHANGELOG.md b/axum/CHANGELOG.md index b4d35c31..6db978fe 100644 --- a/axum/CHANGELOG.md +++ b/axum/CHANGELOG.md @@ -19,15 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **fixed:** Support streaming/chunked requests in `ContentLengthLimit` ([#1389]) - **fixed:** Used `400 Bad Request` for `FailedToDeserializeQueryString` rejections, instead of `422 Unprocessable Entity` ([#1387]) -- **added:** Add `middleware::from_extractor_with_state` and - `middleware::from_extractor_with_state_arc` ([#1396]) +- **added:** Add `middleware::from_extractor_with_state` ([#1396]) - **added:** Add `DefaultBodyLimit::max` for changing the default body limit ([#1397]) -- **added:** Add `map_request`, `map_request_with_state`, and - `map_request_with_state_arc` for transforming the request with an async - function ([#1408]) -- **added:** Add `map_response`, `map_response_with_state`, and - `map_response_with_state_arc` for transforming the response with an async - function ([#1414]) +- **added:** Add `map_request`, `map_request_with_state` for transforming the + request with an async function ([#1408]) +- **added:** Add `map_response`, `map_response_with_state` for transforming the + response with an async function ([#1414]) - **breaking:** `ContentLengthLimit` has been removed. Use `DefaultBodyLimit` instead ([#1400]) - **changed:** `Router` no longer implements `Service`, call `.into_service()` on it to obtain a `RouterService` that does ([#1368])