This commit is contained in:
Looly 2020-06-16 15:31:37 +08:00
parent 039ff77621
commit 3b80f0a3d1

View File

@ -11,6 +11,7 @@
* 【setting】 增加GIF支持
* 【core 】 复制创建一个Bean对象, 并忽略某些属性(pr#130@Gitee)
* 【core 】 DateUtil.parse支持更多日期格式(issue#I1KHTB@Gitee)
* 【crypto 】 增加获取密钥空指针的检查(issue#925@Github)
### Bug修复
* 【json 】 修复append方法导致的JSONConfig传递失效问题issue#906@Github