This commit is contained in:
Looly
2020-07-12 09:19:52 +08:00
parent fe6ae2c996
commit 93d91699c1
7 changed files with 171 additions and 43 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
## 5.3.9 (2020-07-07)
## 5.3.9 (2020-07-12)
### 新特性
* 【core 】 DateUtil增加formatChineseDatepr#932@Github
@@ -11,6 +11,7 @@
* 【core 】 增强StrUtil中空判断后返回数据性能pr#949@Github
* 【core 】 deprecate掉millsecond改为millisecondissue#I1M9P8@Gitee
* 【core 】 增加LocalDateTimeUtilissue#I1KUVC@Gitee
* 【core 】 Month增加getLastDay方法
### Bug修复
* 【core 】 修复NumberUtil.partValue有余数问题issue#I1KX66@Gitee
@@ -22,6 +23,7 @@
* 【extra 】 修复Ftp中ArrayList长度为负问题pr#136@Github
* 【core 】 修复Dict中putAll大小写问题issue#I1MU5B@Gitee
* 【core 】 修复POI中sax读取数字判断错误问题issue#931@Github
* 【core 】 修复DateUtil.endOfQuarter错误问题issue#I1NGZ7@Gitee
-------------------------------------------------------------------------------------------------------------
## 5.3.8 (2020-06-16)