Update CHANGELOG.md

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

View File

@ -33,7 +33,7 @@
- [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) - [FIX] Add TestDisableBindValidation [#2071](https://github.com/gin-gonic/gin/pull/2071)
- [NEW] Support run HTTP server with specific net.Listener [#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)
- [FIX] Use Writer in Context.Status [#1606](https://github.com/gin-gonic/gin/pull/1606) - [FIX] Use Writer in Context.Status [#1606](https://github.com/gin-gonic/gin/pull/1606)