From e32244f937a4079ef2239cd7c398f1ee811bf37e Mon Sep 17 00:00:00 2001 From: thinkerou Date: Thu, 14 Nov 2019 20:41:23 +0800 Subject: [PATCH] Update CHANGELOG.md Co-Authored-By: Dominik-K --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13d39cfd..a270dfc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,7 +29,6 @@ - [FIX] Adjust Render.Redirect test case [#2053](https://github.com/gin-gonic/gin/pull/2053) - [FIX] Make countParams more readable [#2052](https://github.com/gin-gonic/gin/pull/2052) - [FIX] Use url.URL.Query instead of parsing query [#2063](https://github.com/gin-gonic/gin/pull/2063) -- [FIX] Add TestDisableBindValidation [#2071](https://github.com/gin-gonic/gin/pull/2071) - [NEW] Use specific `net.Listener` with `Engine.RunListener()` [#2023](https://github.com/gin-gonic/gin/pull/2023) - [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)