From d46086e0dd7c953ed5dc4cf0b5b31fed3502f754 Mon Sep 17 00:00:00 2001 From: Looly Date: Thu, 21 Apr 2022 17:39:42 +0800 Subject: [PATCH] change re --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2559566a7..8c22915e8 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,19 +3,20 @@ ------------------------------------------------------------------------------------------------------------- -# 5.8.0.M4 (2022-04-19) +# 5.8.0.M4 (2022-04-21) ### ❌不兼容特性 * 【json 】 【可能兼容问题】JSONArray删除部分构造 * 【json 】 【可能兼容问题】JSONTokener使用InputStream作为源时,由系统编码变更为UTF-8 -### 🐣新特性 +### 🐣新特性21 * 【core 】 BeanUtil增加toBean重载(pr#598@Gitee) * 【json 】 新增JSONParser * 【json 】 JSON新增在解析时的过滤方法(issue#I52O85@Gitee) * 【core 】 添加ArrayUtil.distinct、CollUtil.distinct重载(issue#2256@Github) * 【core 】 添加TransMap、FuncMap、ReferenceConcurrentMap、WeakConcurrentMap * 【json 】 添加ObjectMapper +* 【core 】 CHINESE_NAME正则条件放宽(pr#599@Gitee) ### 🐞Bug修复 * 【core 】 修复StrUtil.firstNonX非static问题(issue#2257@Github)