From 5cecf2cd86a08028feeeeb7ab7ca069e006d251a Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Fri, 27 Sep 2024 23:58:39 +0200 Subject: [PATCH] Changelog --- axum/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/axum/CHANGELOG.md b/axum/CHANGELOG.md index 4ab26745184..d42e00565b1 100644 --- a/axum/CHANGELOG.md +++ b/axum/CHANGELOG.md @@ -8,9 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # Unreleased - **breaking:** The tuple and tuple_struct `Path` extractor deserializers now check that the number of parameters matches the tuple length exactly ([#2931]) -- **breaking:** Make `serve` generic over the listener and IO types +- **breaking:** Make `serve` generic over the listener and IO types ([#2941]) [#2931]: https://github.com/tokio-rs/axum/pull/2931 +[#2941]: https://github.com/tokio-rs/axum/pull/2941 # 0.7.7