diff --git a/CHANGELOG.md b/CHANGELOG.md index bfefe5e8..cf7a4650 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,7 +36,7 @@ - [FIX] Use Writer in Context.Status [#1606](https://github.com/gin-gonic/gin/pull/1606) - [FIX] `Engine.RunUnix()` now returns the error if it can't change the file mode [#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] `Context.Request.FormFile` leaked file. Now it closes it. [#2114](https://github.com/gin-gonic/gin/pull/2114) - [FIX] Ignore walking on `form:"-"` mapping [#1943](https://github.com/gin-gonic/gin/pull/1943) ### Gin v1.4.0