From a9638f76b5c7469411f93974d76cead533a12ab9 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Thu, 27 Mar 2025 17:24:13 +0100 Subject: [PATCH] Update changelog --- axum/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/axum/CHANGELOG.md b/axum/CHANGELOG.md index e099290e..c8d3a996 100644 --- a/axum/CHANGELOG.md +++ b/axum/CHANGELOG.md @@ -10,12 +10,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **added:** Implement `From` for `Message` ([#3273]) - **added:** Implement `OptionalFromRequest` for `Json` ([#3142]) - **added:** Implement `OptionalFromRequest` for `Extension` ([#3157]) -- **changed:** Improved code size / compile time of `Handler` implementations ([#3285]) +- **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 [#3157]: https://github.com/tokio-rs/axum/pull/3157 [#3285]: https://github.com/tokio-rs/axum/pull/3285 +[#3294]: https://github.com/tokio-rs/axum/pull/3294 # 0.8.2