diff --git a/axum/CHANGELOG.md b/axum/CHANGELOG.md index 80ce95c379..bc097f14d4 100644 --- a/axum/CHANGELOG.md +++ b/axum/CHANGELOG.md @@ -14,14 +14,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # 0.7.4 (13. January, 2024) +- **breaking:** Require `Sync` for all handlers and services added to `Router` + and `MethodRouter` ([#2473]) - **fixed:** Fix performance regression present since axum 0.7.0 ([#2483]) - **fixed:** Improve `debug_handler` on tuple response types ([#2201]) - **added:** Add `must_use` attribute to `Serve` and `WithGracefulShutdown` ([#2484]) - **added:** Re-export `axum_core::body::BodyDataStream` from axum [#2201]: https://github.com/tokio-rs/axum/pull/2201 +[#2473]: https://github.com/tokio-rs/axum/pull/2473 [#2483]: https://github.com/tokio-rs/axum/pull/2483 -[#2201]: https://github.com/tokio-rs/axum/pull/2201 [#2484]: https://github.com/tokio-rs/axum/pull/2484 # 0.7.3 (29. December, 2023)