修复HexUtil.isHexNumber()对"-"的判断问题

This commit is contained in:
Looly
2023-01-15 11:01:28 +08:00
parent 09a2dc3807
commit a0cba2fd55
3 changed files with 11 additions and 2 deletions

View File

@@ -3,10 +3,11 @@
-------------------------------------------------------------------------------------------------------------
# 5.8.12.M1 (2022-12-27)
# 5.8.12.M1 (2023-01-15)
### 🐣新特性
### 🐞Bug修复
* 【core 】 修复HexUtil.isHexNumber()对"-"的判断问题issue#2857@Github
-------------------------------------------------------------------------------------------------------------