Update CHANGELOG.md

Co-Authored-By: Dominik-K <dominik-k@mailbox.org>
This commit is contained in:
thinkerou 2019-11-14 20:39:30 +08:00 committed by GitHub
parent fbcbf88228
commit 75cd4b7cfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@
- [NEW] Support bind unix time [#1980](https://github.com/gin-gonic/gin/pull/1980) - [NEW] Support bind unix time [#1980](https://github.com/gin-gonic/gin/pull/1980)
- [FIX] Simplify code [#2004](https://github.com/gin-gonic/gin/pull/2004) - [FIX] Simplify code [#2004](https://github.com/gin-gonic/gin/pull/2004)
- [NEW] Support negative Content-Length in DataFromReader [#1981](https://github.com/gin-gonic/gin/pull/1981) - [NEW] Support negative Content-Length in DataFromReader [#1981](https://github.com/gin-gonic/gin/pull/1981)
- [FIX] Bump github.com/mattn/go-isatty library to support Risc-V [#2019](https://github.com/gin-gonic/gin/pull/2019) - [FIX] Identify terminal on a RISC-V architecture for auto-colored logs [#2019](https://github.com/gin-gonic/gin/pull/2019)
- [FIX] Improve logger code [#1926](https://github.com/gin-gonic/gin/pull/1926) - [FIX] Improve logger code [#1926](https://github.com/gin-gonic/gin/pull/1926)
- [FIX] Fixed JSONP format (added semicolon) [#2007](https://github.com/gin-gonic/gin/pull/2007) - [FIX] Fixed JSONP format (added semicolon) [#2007](https://github.com/gin-gonic/gin/pull/2007)
- [FIX] Upgrade validator version to v9 [#1015](https://github.com/gin-gonic/gin/pull/1015) - [FIX] Upgrade validator version to v9 [#1015](https://github.com/gin-gonic/gin/pull/1015)