mirror of
https://github.com/gin-gonic/gin.git
synced 2026-09-04 14:49:27 +08:00
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:
parent
34dac209ff
commit
e3f67c2238
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user