From 7b6df4704f1039f820b4c51808212db5bd171b02 Mon Sep 17 00:00:00 2001 From: Michael Seele Date: Fri, 24 Nov 2023 17:50:01 +0100 Subject: [PATCH] chore: add to changelog --- axum-extra/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/axum-extra/CHANGELOG.md b/axum-extra/CHANGELOG.md index a3d22dff36e..277dcc50bc7 100644 --- a/axum-extra/CHANGELOG.md +++ b/axum-extra/CHANGELOG.md @@ -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` ([#2348]) [#1850]: https://github.com/tokio-rs/axum/pull/1850 [#2142]: https://github.com/tokio-rs/axum/pull/2142