date parse support like 2020-1-1

This commit is contained in:
Looly
2020-05-31 17:10:45 +08:00
parent 640312c745
commit 06fa24edb0
4 changed files with 83 additions and 34 deletions

View File

@@ -32,6 +32,7 @@
* 【core 】 isMactchRegex失效标记增加isMatchRegexissue#I1IPJG@Gitee
* 【core 】 优化Validator.isChinese
* 【core 】 ArrayUtil.addAll增加原始类型支持issue#898@Github
* 【core 】 DateUtil.parse支持2020-1-1这类日期解析issue#I1HGWW@Github
### Bug修复
* 【core 】 修复SimpleCache死锁问题issue#I1HOKB@Gitee