forked from mirror/gin
docs(readme): release v1.8.2 version
This commit is contained in:
parent
80cd679c43
commit
213df54859
|
@ -1,5 +1,12 @@
|
||||||
# Gin ChangeLog
|
# Gin ChangeLog
|
||||||
|
|
||||||
|
## Gin v1.8.2
|
||||||
|
|
||||||
|
### Bugs
|
||||||
|
|
||||||
|
* 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)))
|
||||||
|
|
||||||
## Gin v1.8.1
|
## Gin v1.8.1
|
||||||
|
|
||||||
### ENHANCEMENTS
|
### ENHANCEMENTS
|
||||||
|
|
|
@ -5,4 +5,4 @@
|
||||||
package gin
|
package gin
|
||||||
|
|
||||||
// Version is the current gin framework's version.
|
// Version is the current gin framework's version.
|
||||||
const Version = "v1.8.1"
|
const Version = "v1.8.2"
|
||||||
|
|
Loading…
Reference in New Issue