Update CHANGELOG.md

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

View File

@ -24,7 +24,6 @@
- [FIX] Bump github.com/mattn/go-isatty library to support Risc-V [#2019](https://github.com/gin-gonic/gin/pull/2019)
- [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] Support go1.13 [#2038](https://github.com/gin-gonic/gin/pull/2038)
- [FIX] Upgrade validator version to v9 [#1015](https://github.com/gin-gonic/gin/pull/1015)
- [NEW] Add `DisallowUnknownFields()` in `Context.BindJSON()` [#2028](https://github.com/gin-gonic/gin/pull/2028)
- [FIX] Refactor(context.go): GetPostFormMap [#2051](https://github.com/gin-gonic/gin/pull/2051)