mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-30 12:11:49 +01:00
Update changelog with v0.3.4
This was shipped from the `v0.3.x` branch so wasn't moved to `main`.
This commit is contained in:
parent
8e439b17f3
commit
4b85b227e1
1 changed files with 7 additions and 0 deletions
|
@ -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
|
[#571]: https://github.com/tokio-rs/axum/pull/571
|
||||||
[#574]: https://github.com/tokio-rs/axum/pull/574
|
[#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)
|
# 0.3.3 (13. November, 2021)
|
||||||
|
|
||||||
- Implement `FromRequest` for [`http::request::Parts`] so it can be used an
|
- Implement `FromRequest` for [`http::request::Parts`] so it can be used an
|
||||||
|
|
Loading…
Reference in a new issue