From d7b852896d5aa44e14f3ddb596962e86dcf7da28 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Mon, 25 Mar 2024 08:00:19 +0100 Subject: [PATCH] Fix changelog link (#2677) --- axum-extra/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/axum-extra/CHANGELOG.md b/axum-extra/CHANGELOG.md index 9d1d4df7..4d49aab5 100644 --- a/axum-extra/CHANGELOG.md +++ b/axum-extra/CHANGELOG.md @@ -12,9 +12,9 @@ and this project adheres to [Semantic Versioning]. # 0.9.3 (24. March, 2024) - **added:** New `tracing` feature which enables logging rejections from - built-in extractor with the `axum::rejection=trace` target ([#2596]) + built-in extractor with the `axum::rejection=trace` target ([#2584]) -[#2596]: https://github.com/tokio-rs/axum/pull/2596 +[#2584]: https://github.com/tokio-rs/axum/pull/2584 # 0.9.2 (13. January, 2024)