docs(changelog): add break changes section

This commit is contained in:
Bo-Yi Wu 2022-06-01 19:52:12 +08:00
parent 5fa34529ae
commit d69351fc09

View File

@ -2,6 +2,10 @@
## Gin v1.8.0 ## Gin v1.8.0
## Break Changes
* TrustedProxies: Add default IPv6 support and refactor [#2967](https://github.com/gin-gonic/gin/pull/2967). Please replace `RemoteIP() (net.IP, bool)` with `RemoteIP() net.IP`
### BUGFIXES ### BUGFIXES
* Fixed SetOutput() panics on go 1.17 [#2861](https://github.com/gin-gonic/gin/pull/2861) * Fixed SetOutput() panics on go 1.17 [#2861](https://github.com/gin-gonic/gin/pull/2861)