From 3411ccee38a54258cdd2870f2ef5b8bbaafeb717 Mon Sep 17 00:00:00 2001 From: thinkerou Date: Thu, 14 Nov 2019 20:39:39 +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 c84a1a1f..1e3197bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,6 @@ - [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] Identify terminal on a RISC-V architecture for auto-colored logs [#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) - [FIX] Upgrade validator version to v9 [#1015](https://github.com/gin-gonic/gin/pull/1015) - [NEW] Add `DisallowUnknownFields()` in `Context.BindJSON()` [#2028](https://github.com/gin-gonic/gin/pull/2028)