Skip to content

Commit

Permalink
chore: add to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mseele committed Nov 24, 2023
1 parent 032c8db commit 7b6df47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions axum-extra/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning].
- **added:** `Clone` implementation for `ErasedJson` ([#2142])
- **breaking:** Update to prost 0.12. Used for the `Protobuf` extractor
- **breaking:** Make `tokio` an optional dependency
- **breaking**: Functions and methods that previously accepted a `Cookie` now accept any `T: Into<Cookie>` ([#2348])

[#1850]: https://github.com/tokio-rs/axum/pull/1850
[#2142]: https://github.com/tokio-rs/axum/pull/2142
Expand Down

0 comments on commit 7b6df47

Please sign in to comment.