mirror of
https://github.com/tokio-rs/axum.git
synced 2024-12-28 07:20:12 +01:00
Update changelog (#2349)
This commit is contained in:
parent
fc3cb44b91
commit
906f803a20
1 changed files with 6 additions and 3 deletions
|
@ -12,12 +12,15 @@ 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])
|
||||
- **breaking:** Upgrade `cookie` dependency to 0.18 ([#2343])
|
||||
- **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
|
||||
[#2310]: https://github.com/tokio-rs/axum/pull/2310
|
||||
[#2348]: https://github.com/tokio-rs/axum/pull/2348
|
||||
[#2310]: https://github.com/tokio-rs/axum/pull/2310
|
||||
[#2343]: https://github.com/tokio-rs/axum/pull/2343
|
||||
[#2348]: https://github.com/tokio-rs/axum/pull/2348
|
||||
|
||||
# 0.7.4 (18. April, 2023)
|
||||
|
||||
|
|
Loading…
Reference in a new issue