From 4b85b227e161c57c27e380b7d7cd842d15cd1082 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Wed, 8 Dec 2021 18:38:14 +0100 Subject: [PATCH] Update changelog with v0.3.4 This was shipped from the `v0.3.x` branch so wasn't moved to `main`. --- axum/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/axum/CHANGELOG.md b/axum/CHANGELOG.md index 179eb4c5..aa1835b5 100644 --- a/axum/CHANGELOG.md +++ b/axum/CHANGELOG.md @@ -77,6 +77,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#571]: https://github.com/tokio-rs/axum/pull/571 [#574]: https://github.com/tokio-rs/axum/pull/574 +# 0.3.4 (13. November, 2021) + +- **change:** `box_body` has been renamed to `boxed`. `box_body` still exists + but is deprecated ([#530]) + +[#530]: https://github.com/tokio-rs/axum/pull/530 + # 0.3.3 (13. November, 2021) - Implement `FromRequest` for [`http::request::Parts`] so it can be used an