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])