add const

This commit is contained in:
Looly
2020-11-27 03:47:39 +08:00
parent fb19bbcb27
commit 118dee8302
2 changed files with 4 additions and 1 deletions

View File

@@ -16,7 +16,8 @@
* 【core 】 ZipUtil增加get方法
* 【cache 】 对CacheObj等变量使用volatile关键字
* 【core 】 Base64增加encodeWithoutPadding方法issue#I26J16@Gitee
* 【core 】 ExceptionUtil增加message消息包装为运行时异常的方法issue#1253@Gitee
* 【core 】 ExceptionUtil增加message消息包装为运行时异常的方法pr#1253@Gitee
* 【core 】 DatePattern增加年月格式化常量pr#220@Gitee
### Bug修复
* 【cron 】 修复CronTimer可能死循环的问题issue#1224@Github