Remove references to *_with_state_arc functions from changelog

They were removed again before being released.
This commit is contained in:
David Pedersen 2022-11-09 09:27:37 +01:00
parent e53c85c496
commit 1d6a96ee20

View file

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