add methods

This commit is contained in:
Looly
2022-02-27 00:08:59 +08:00
parent c46781f2eb
commit ce62b5e792
4 changed files with 75 additions and 15 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.7.22 (2022-02-26)
# 5.7.22 (2022-02-27)
### 🐣新特性
* 【poi 】 ExcelUtil.readBySax增加对POI-5.2.0的兼容性issue#I4TJF4@gitee
@@ -16,6 +16,8 @@
* 【http 】 增加HttpGlobalConfig.setDecodeUrlissue#I4U8YQ@Gitee
* 【core 】 增加Base58pr#2162@Github
* 【core 】 增加AntPathMatcherissue#I4T7K5@Gitee
* 【core 】 StrJoiner修改toString策略调用不再修改Appendable
* 【core 】 StrJoiner增加length和merge方法
### 🐞Bug修复
* 【cache 】 修复ReentrantCache.toString方法线程不安全问题issue#2140@Github