From e53c85c496625095b3a005a49f72aa47abd1b84c Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Wed, 9 Nov 2022 09:20:09 +0100 Subject: [PATCH] Minor changelog fixes --- axum/CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/axum/CHANGELOG.md b/axum/CHANGELOG.md index 16922a0b..b4d35c31 100644 --- a/axum/CHANGELOG.md +++ b/axum/CHANGELOG.md @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 `serde_path_to_error::Error`. Previously it was `serde_json::Error` ([#1371]) - **added**: `JsonRejection` now displays the path at which a deserialization - error occurred too ([#1371]) + error occurred ([#1371]) - **fixed:** Support streaming/chunked requests in `ContentLengthLimit` ([#1389]) - **fixed:** Used `400 Bad Request` for `FailedToDeserializeQueryString` rejections, instead of `422 Unprocessable Entity` ([#1387]) @@ -28,7 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **added:** Add `map_response`, `map_response_with_state`, and `map_response_with_state_arc` for transforming the response with an async function ([#1414]) -- **breaking:** `ContentLengthLimit` has been removed. `Use DefaultBodyLimit` instead ([#1400]) +- **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]) - **added:** Add `Router::inherit_state`, which creates a `Router` with an @@ -70,6 +70,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#1418]: https://github.com/tokio-rs/axum/pull/1418 [#1420]: https://github.com/tokio-rs/axum/pull/1420 [#1421]: https://github.com/tokio-rs/axum/pull/1421 +[#1430]: https://github.com/tokio-rs/axum/pull/1430 [#1462]: https://github.com/tokio-rs/axum/pull/1462 [#1487]: https://github.com/tokio-rs/axum/pull/1487 [#1496]: https://github.com/tokio-rs/axum/pull/1496