diff --git a/axum-extra/CHANGELOG.md b/axum-extra/CHANGELOG.md index a3b92b85..327e3edb 100644 --- a/axum-extra/CHANGELOG.md +++ b/axum-extra/CHANGELOG.md @@ -25,6 +25,12 @@ and this project adheres to [Semantic Versioning]. [#2829]: https://github.com/tokio-rs/axum/pull/2829 [#2943]: https://github.com/tokio-rs/axum/pull/2943 +# 0.9.6 + +- **docs:** Add links to features table ([#3030]) + +[#3030]: https://github.com/tokio-rs/axum/pull/3030 + # 0.9.5 - **added:** Add `RouterExt::typed_connect` ([#2961]) diff --git a/axum/CHANGELOG.md b/axum/CHANGELOG.md index d3aea0e3..086bca7b 100644 --- a/axum/CHANGELOG.md +++ b/axum/CHANGELOG.md @@ -49,6 +49,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#2931]: https://github.com/tokio-rs/axum/pull/2931 [#2943]: https://github.com/tokio-rs/axum/pull/2943 +# 0.7.9 + +- **fixed:** Avoid setting content-length before middleware ([#3031]) + +[#3031]:https://github.com/tokio-rs/axum/pull/3031 + # 0.7.8 - **fixed:** Skip SSE incompatible chars of `serde_json::RawValue` in `Event::json_data` ([#2992])