add method

This commit is contained in:
Looly
2020-11-27 02:56:08 +08:00
parent db2b350684
commit a329a1c44c
2 changed files with 43 additions and 41 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.5.2 (2020-11-25)
# 5.5.2 (2020-11-26)
### 新特性
* 【crypto 】 KeyUtil增加重载AES构造增加重载issue#I25NNZ@Gitee
@@ -16,6 +16,7 @@
* 【core 】 ZipUtil增加get方法
* 【cache 】 对CacheObj等变量使用volatile关键字
* 【core 】 Base64增加encodeWithoutPadding方法issue#I26J16@Gitee
* 【core 】 ExceptionUtil增加message消息包装为运行时异常的方法issue#1253@Gitee
### Bug修复
* 【cron 】 修复CronTimer可能死循环的问题issue#1224@Github