From ab486198e60a6e24cf47adccfbbf9714dd65adfa Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Fri, 4 Mar 2022 00:18:37 +0100 Subject: [PATCH] Fix typo in CHANGELOG.md (#822) --- axum/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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