From e2bb0172b9c2ba4ec5847311857793bb9f3f8e1e Mon Sep 17 00:00:00 2001 From: thinkerou Date: Fri, 1 Nov 2019 11:10:21 +0800 Subject: [PATCH] add some commit log --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0a79132..4c341860 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,10 @@ - [FIX] Fix some typo [#2079](https://github.com/gin-gonic/gin/pull/2079) [#2080](https://github.com/gin-gonic/gin/pull/2080) - [FIX] Relocate binding body tests [#2086](https://github.com/gin-gonic/gin/pull/2086) - [FIX] Use Writer in Context.Status [#1606](https://github.com/gin-gonic/gin/pull/1606) +- [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] 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) ### Gin v1.4.0