add CollUtil.padXXX

This commit is contained in:
Looly
2020-07-23 16:37:35 +08:00
parent 28f149b2bc
commit 23884e7121
3 changed files with 76 additions and 49 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
## 5.3.10 (2020-07-22)
## 5.3.10 (2020-07-23)
### 新特性
* 【db 】 增加DbUtil.setReturnGeneratedKeyGlobalissue#I1NM0K@Gitee
@@ -13,6 +13,7 @@
* 【core 】 LocalDateTimeUtil增加format等方法pr#140@Gitee
* 【http 】 UserAgentUtil增加Android原生浏览器识别pr#975@Github
* 【crypto 】 增加ECIES算法类issue#979@Github
* 【crypto 】 CollUtil增加padLeft和padRight方法pr#141@Gitee
### Bug修复
* 【core 】 修复ZipUtil中finish位于循环内的问题issue#961@Github