add config

This commit is contained in:
Looly
2021-03-26 20:36:26 +08:00
parent fc4a644e35
commit 8b3155c556
4 changed files with 46 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.6.2 (2021-03-25)
# 5.6.2 (2021-03-26)
### 新特性
* 【core 】 Validator增加车架号(车辆识别码)验证、驾驶证驾驶证档案编号的正则校验pr#280@Gitee
@@ -12,6 +12,7 @@
* 【core 】 增加DesensitizedUtilpr#282@Gitee
* 【core 】 增加DateTime字符串构造issue#I3CQZG@Gitee
* 【core 】 修改ArrayUtil代码风格pr#287@Gitee
* 【json 】 JSONConfig增加setStripTrailingZeros配置issue#I3DJI8@Gitee
### Bug修复
* 【core 】 修复FileTypeUtil中OFD格式判断问题pr#1489@Github