update: CHANGELOG.md add log for version 1.6.2 (#2329)

This commit is contained in:
Qt 2020-04-20 20:07:36 +08:00 committed by Bo-Yi Wu
parent 298ebca691
commit 724a883f24
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,10 @@
## Gin v1.6.2
### BUFIXES
* fix missing initial sync.RWMutex [#2305](https://github.com/gin-gonic/gin/pull/2305)
### ENHANCEMENTS
* Add set samesite in cookie. [#2306](https://github.com/gin-gonic/gin/pull/2306)
## Gin v1.6.1
### BUFIXES