SyncFinisher线程同步结束器添加立即结束方法

This commit is contained in:
Looly
2022-11-26 12:13:39 +08:00
parent 8767b1edc1
commit d29b87c36f
2 changed files with 16 additions and 12 deletions

View File

@@ -7,6 +7,8 @@
### 🐣新特性
* 【core 】 CharUtil.isBlankChar增加\u180epr#2738@Github
* 【core 】 SyncFinisher线程同步结束器添加立即结束方法pr#879@Gitee
*
### 🐞Bug修复
* 【json 】 修复普通byte数组转JSONArray时的异常pr#875@Gitee
* 【core 】 修复ArrayUtil.insert()不支持原始类型数组的问题pr#874@Gitee