From 1da28bbf1e24b4daa42a93445624be781d90b020 Mon Sep 17 00:00:00 2001 From: thinkerou Date: Thu, 14 Nov 2019 20:40:57 +0800 Subject: [PATCH] Update CHANGELOG.md Co-Authored-By: Dominik-K --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf7a4650..13d39cfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,7 +35,7 @@ - [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] `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] `RouterGroup.StaticFS()` leaked files. Now it closes them. [#2118](https://github.com/gin-gonic/gin/pull/2118) - [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)