This commit is contained in:
Looly
2020-09-17 16:15:11 +08:00
parent 85601e2446
commit 72a33201eb
4 changed files with 183 additions and 91 deletions

View File

@@ -17,6 +17,7 @@
* 【cache 】 Cache接口增加get重载issue#1080@Github
* 【core 】 增加Interner和InternUtilissue#I1TU1Y@Gitee
* 【core 】 增加Calculatorissue#1090@Github
* 【core 】 IdcardUtil增加getIdcardInfo方法issue#1092@Github
### Bug修复
* 【core 】 修复Dict.of错误issue#I1UUO5@Gitee
@@ -26,6 +27,7 @@
* 【extra 】 修复ServletUtil.getReader中未关闭的问题
* 【extra 】 修复QrCodeUtil在新版本zxing报错问题issue#1088@Github
* 【core 】 修复LocalDateTimeUtil.parse无法解析yyyyMMddHHmmssSSS的bugissue#1082@Github
* 【core 】 修复VersionComparator.equals递归调用问题issue#1093@Github
-------------------------------------------------------------------------------------------------------------