mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-26 00:56:27 +01:00
Fix typo in CHANGELOG.md (#822)
This commit is contained in:
parent
d943ba6d81
commit
ab486198e6
1 changed files with 1 additions and 1 deletions
|
@ -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<Routes>` ([#819])
|
||||
- **changed:** `Router::merge` now accepts `Into<Router>` ([#819])
|
||||
- **breaking:** `sse::Event` now accepts types implementing `AsRef<str>` instead of `Into<String>`
|
||||
as field values.
|
||||
- **breaking:** `sse::Event` now panics if a setter method is called twice instead of silently
|
||||
|
|
Loading…
Reference in a new issue