优化IndexedComparator性能

This commit is contained in:
Looly
2024-07-30 11:20:47 +08:00
parent f7fa704d6c
commit 47c2eda038
3 changed files with 3 additions and 2 deletions

View File

@@ -13,6 +13,7 @@
* 【crypto 】 支持"RSA/ECB/OAEPWithSHA-1AndMGF1Padding"的RSA加解密pr#3675@Github
* 【core 】 Opt增加ifFailpr#1239@Gitee
* 【poi 】 增加GlobalPoiConfigissue#IAEHJH@Gitee
* 【core 】 优化IndexedComparator性能pr#1240@Gitee
### 🐞Bug修复
* 【core 】 修复因RFC3986理解有误导致的UrlPath处理冒号转义问题issue#IAAE88@Gitee