From e3f67c223840f6d8f28d3722f4566491b1742f9e Mon Sep 17 00:00:00 2001 From: ZayanKhan-12 <108294002+ZayanKhan-12@users.noreply.github.com> Date: Sat, 25 Jul 2026 06:29:14 -0400 Subject: [PATCH] Fix malformed PR links in the v1.9.0 changelog section Four links were written as [#N](<(url)>), which makes the markdown link destination the literal text "(url" and breaks the link on GitHub. Rewritten as plain [#N](url). Co-Authored-By: Claude Fable 5 --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95bc2f84..5330ec1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -278,12 +278,12 @@ ### BUG FIXES -- fix(route): redirectSlash bug ([#3227](<(https://github.com/gin-gonic/gin/pull/3227)>)) -- fix(engine): missing route params for CreateTestContext ([#2778](<(https://github.com/gin-gonic/gin/pull/2778)>)) ([#2803](<(https://github.com/gin-gonic/gin/pull/2803)>)) +- fix(route): redirectSlash bug ([#3227](https://github.com/gin-gonic/gin/pull/3227)) +- fix(engine): missing route params for CreateTestContext ([#2778](https://github.com/gin-gonic/gin/pull/2778)) ([#2803](https://github.com/gin-gonic/gin/pull/2803)) ### SECURITY -- Fix the GO-2022-1144 vulnerability ([#3432](<(https://github.com/gin-gonic/gin/pull/3432)>)) +- Fix the GO-2022-1144 vulnerability ([#3432](https://github.com/gin-gonic/gin/pull/3432)) ## Gin v1.8.1