From cd2d5e1417e82b6fdc69c84847e438d9b37cd6a2 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Fri, 28 Mar 2025 17:35:49 +0100 Subject: [PATCH] Fix formatting of axum/CHANGELOG.md --- axum/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/axum/CHANGELOG.md b/axum/CHANGELOG.md index d807e231..2fc2d20c 100644 --- a/axum/CHANGELOG.md +++ b/axum/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **added:** Implement `OptionalFromRequest` for `Json` ([#3142]) - **added:** Implement `OptionalFromRequest` for `Extension` ([#3157]) - **added:** Allow setting the read buffer capacity of `WebSocketUpgrade` ([#3178]) -- **changed:** Improved code size / compile time of dependent crates ([#3285], ([#3294])) +- **changed:** Improved code size / compile time of dependent crates ([#3285], [#3294]) [#3273]: https://github.com/tokio-rs/axum/pull/3273 [#3142]: https://github.com/tokio-rs/axum/pull/3142