This commit is contained in:
thinkerou 2023-05-30 17:16:47 +08:00
parent db5cc90a91
commit 2b1fd65313
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
### ENHANCEMENTS ### ENHANCEMENTS
* refactor: use bytes.ReplaceAll directly [#3455](https://github.com/gin-gonic/gin/pull/3455) * refactor: use bytes.ReplaceAll directly [#3455](https://github.com/gin-gonic/gin/pull/3455)
* Convert strings and slices using the officially recommended way [#3344](https://github.com/gin-gonic/gin/pull/3344) * convert strings and slices using the officially recommended way [#3344](https://github.com/gin-gonic/gin/pull/3344)
* improve render code coverage [#3525](https://github.com/gin-gonic/gin/pull/3525) * improve render code coverage [#3525](https://github.com/gin-gonic/gin/pull/3525)
### DOCS ### DOCS