File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Gin ChangeLog
2
2
3
+ ## Gin v1.8.2
4
+
5
+ ### Bugs
6
+
7
+ * fix(route): redirectSlash bug ([ #3227 ] ( (https://github.com/gin-gonic/gin/pull/3227) ) )
8
+ * 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) ) )
9
+
10
+ ### Security
11
+
12
+ * Fix the GO-2022-1144 vulnerability ([ #3432 ] ( (https://github.com/gin-gonic/gin/pull/3432) ) )
13
+
3
14
## Gin v1.8.1
4
15
5
16
### ENHANCEMENTS
Original file line number Diff line number Diff line change 5
5
package gin
6
6
7
7
// Version is the current gin framework's version.
8
- const Version = "v1.8.1 "
8
+ const Version = "v1.8.2 "
You can’t perform that action at this time.
0 commit comments