add methods

This commit is contained in:
Looly
2020-11-30 02:29:04 +08:00
parent cdfae52eb9
commit c1642522bb
2 changed files with 33 additions and 5 deletions

View File

@@ -27,6 +27,7 @@
* 【core 】 增加ResourceClassLoader、CharSequenceResource、FileObjectResource
* 【core 】 修改IoUtil.read(Reader)逻辑默认关闭Reader
* 【core 】 ZipUtil增加Zip方法pr#222@Gitee
* 【all 】 增加Hutool.getAllUtils和printAllUtils方法
### Bug修复
* 【cron 】 修复CronTimer可能死循环的问题issue#1224@Github