diff --git a/axum/CHANGELOG.md b/axum/CHANGELOG.md index 17074682..ed3c0f48 100644 --- a/axum/CHANGELOG.md +++ b/axum/CHANGELOG.md @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **added:** `Extension<_>` can now be used in tuples for building responses, and will set an extension on the response ([#797]) - **added:** Implement `tower::Layer` for `Extension` ([#801]) -- **changed:** `Router::merge` now accepts `Into` ([#819]) +- **changed:** `Router::merge` now accepts `Into` ([#819]) - **breaking:** `sse::Event` now accepts types implementing `AsRef` instead of `Into` as field values. - **breaking:** `sse::Event` now panics if a setter method is called twice instead of silently