StrUtil.replace歧义,修改为replaceByCodePoint

This commit is contained in:
Looly
2024-03-07 16:12:33 +08:00
parent 923cf3d265
commit c5f37b062e
5 changed files with 64 additions and 20 deletions

View File

@@ -2,12 +2,13 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.27(2024-03-06)
# 5.8.27(2024-03-07)
### 🐣新特性
* 【extra 】 FreemarkerEngine修改默认版本参数
* 【db 】 增加达梦数据库方言pr#1178@Gitee
* 【core 】 HexUtil#format方法增加prefix参数issue#I93PU9@Gitee
* 【core 】 StrUtil.replace歧义修改为replaceByCodePointissue#I96LWH@Gitee
### 🐞Bug修复
* 【core 】 修复PathMover对目标已存在且只读文件报错错误问题issue#I95CLT@Gitee