forked from mirror/gin
Release v1.6.3 version (#2353)
* chore: update version to v1.6.3 * update changelog Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
2c43278080
commit
abc4fa0718
|
@ -1,3 +1,11 @@
|
|||
# Gin ChangeLog
|
||||
|
||||
## Gin v1.6.3
|
||||
|
||||
### ENHANCEMENTS
|
||||
|
||||
* Improve performance: Change `*sync.RWMutex` to `sync.RWMutex` in context. [#2351](https://github.com/gin-gonic/gin/pull/2351)
|
||||
|
||||
## Gin v1.6.2
|
||||
|
||||
### BUFIXES
|
||||
|
|
|
@ -5,4 +5,4 @@
|
|||
package gin
|
||||
|
||||
// Version is the current gin framework's version.
|
||||
const Version = "v1.6.2"
|
||||
const Version = "v1.6.3"
|
||||
|
|
Loading…
Reference in New Issue