Update CHANGELOG.md

Co-Authored-By: Dominik-K <dominik-k@mailbox.org>
This commit is contained in:
thinkerou 2019-11-14 20:41:23 +08:00 committed by GitHub
parent 1da28bbf1e
commit e32244f937
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,6 @@
- [FIX] Adjust Render.Redirect test case [#2053](https://github.com/gin-gonic/gin/pull/2053) - [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] 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] 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) - [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] 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) - [FIX] Relocate binding body tests [#2086](https://github.com/gin-gonic/gin/pull/2086)