From 2d5ac3e8b936f4cc1b33b9d6017ab0494369380f Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Mon, 25 Jul 2022 20:23:34 +0200 Subject: [PATCH] Update changelog --- axum/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/axum/CHANGELOG.md b/axum/CHANGELOG.md index b5ee36bca6..67d869b84e 100644 --- a/axum/CHANGELOG.md +++ b/axum/CHANGELOG.md @@ -8,8 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # Unreleased - **fixed:** Don't expose internal type names in `QueryRejection` response. ([#1171]) +- **fixed:** Improve performance of JSON serialization ([#1178]) +- **fixed:** Improve build times by generating less IR ([#1192]) [#1171]: https://github.com/tokio-rs/axum/pull/1171 +[#1178]: https://github.com/tokio-rs/axum/pull/1178 +[#1192]: https://github.com/tokio-rs/axum/pull/1192 # 0.5.13 (15. July, 2022)