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 <noreply@anthropic.com>
This commit is contained in:
ZayanKhan-12 2026-07-25 06:29:14 -04:00
parent 34dac209ff
commit e3f67c2238

View File

@ -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