From 5cb53b23ec428a6a3c05fed74036b23afb8768d8 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Sat, 10 Sep 2022 10:31:57 +0200 Subject: [PATCH] Add missing changelog link --- axum/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/axum/CHANGELOG.md b/axum/CHANGELOG.md index 72a56b08..7d7385ba 100644 --- a/axum/CHANGELOG.md +++ b/axum/CHANGELOG.md @@ -30,6 +30,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ([#1346]) +[#1346]: https://github.com/tokio-rs/axum/pull/1346 + # 0.5.15 (9. August, 2022) - **fixed:** Don't expose internal type names in `QueryRejection` response. ([#1171])