Update CHANGELOG.md

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

View File

@ -40,7 +40,7 @@
- [FIX] Fix some errcheck linter warnings [#2093](https://github.com/gin-gonic/gin/pull/2093) - [FIX] Fix some errcheck linter warnings [#2093](https://github.com/gin-gonic/gin/pull/2093)
- [FIX] Close files opened in static file handler [#2118](https://github.com/gin-gonic/gin/pull/2118) - [FIX] Close files opened in static file handler [#2118](https://github.com/gin-gonic/gin/pull/2118)
- [FIX] Fix c.Request.FormFile maybe file, need close [#2114](https://github.com/gin-gonic/gin/pull/2114) - [FIX] Fix c.Request.FormFile maybe file, need close [#2114](https://github.com/gin-gonic/gin/pull/2114)
- [FIX] Fix ignore walking on form mapping [#1943](https://github.com/gin-gonic/gin/pull/1943) - [FIX] Ignore walking on `form:"-"` mapping [#1943](https://github.com/gin-gonic/gin/pull/1943)
### Gin v1.4.0 ### Gin v1.4.0