add isSort

This commit is contained in:
Looly
2020-12-01 15:50:07 +08:00
parent b374a943ff
commit 12711ba6fa
3 changed files with 394 additions and 393 deletions

View File

@@ -29,6 +29,7 @@
* 【core 】 ZipUtil增加Zip方法pr#222@Gitee
* 【all 】 增加Hutool.getAllUtils和printAllUtils方法
* 【core 】 增加PunyCodeissue#1268@Gitee
* 【core 】 ArrayUtil增加isSorted方法pr#1271@Github
### Bug修复
* 【cron 】 修复CronTimer可能死循环的问题issue#1224@Github