From 9c947d5e6487c581319fee4d0e4725afb0d82eda Mon Sep 17 00:00:00 2001 From: thinkerou Date: Thu, 14 Nov 2019 20:38:46 +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 0bee3995..e4028a1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,6 @@ - [NEW] Support bind unix time [#1980](https://github.com/gin-gonic/gin/pull/1980) - [FIX] Simplify code [#2004](https://github.com/gin-gonic/gin/pull/2004) - [NEW] Support negative Content-Length in DataFromReader [#1981](https://github.com/gin-gonic/gin/pull/1981) -- [FIX] Remove unused code [#2013](https://github.com/gin-gonic/gin/pull/2013) - [FIX] Bump github.com/mattn/go-isatty library to support Risc-V [#2019](https://github.com/gin-gonic/gin/pull/2019) - [FIX] Improve logger code [#1926](https://github.com/gin-gonic/gin/pull/1926) - [FIX] Fixed JSONP format (added semicolon) [#2007](https://github.com/gin-gonic/gin/pull/2007)