diff --git a/axum/CHANGELOG.md b/axum/CHANGELOG.md index 80ce95c379..179f2c4898 100644 --- a/axum/CHANGELOG.md +++ b/axum/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **fixed:** Fixed layers being cloned when calling `axum::serve` directly with a `Router` or `MethodRouter` ([#2586]) +- **fixed:** `h2` is no longer pulled as a dependency unless the `http2` feature + is enabled feature is enabled ([#2605]) [#2586]: https://github.com/tokio-rs/axum/pull/2586