修改PhoneUtil容易歧义的注释

This commit is contained in:
Looly
2022-11-29 19:37:19 +08:00
parent 74593a883c
commit b0bfbd8ec3
2 changed files with 16 additions and 15 deletions

View File

@@ -3,13 +3,14 @@
-------------------------------------------------------------------------------------------------------------
# 5.8.11.M1 (2022-11-28)
# 5.8.11.M1 (2022-11-29)
### 🐣新特性
* 【core 】 CharUtil.isBlankChar增加\u180epr#2738@Github
* 【core 】 SyncFinisher线程同步结束器添加立即结束方法pr#879@Gitee
* 【core 】 HtmlUtil中escape方法增加不断开空格nbsp转译防止xss攻击pr#2755@Github
* 【extra 】 修正sftp.cd方法 方法注释和实际效果不符issue#2758@Github
* 【core 】 修改PhoneUtil容易歧义的注释issue#I63GWK@Gitee
*
### 🐞Bug修复
* 【json 】 修复普通byte数组转JSONArray时的异常pr#875@Gitee