Calculator兼容x字符作为乘号(issue#3787@Github)

This commit is contained in:
Looly
2024-11-15 11:29:51 +08:00
parent 4a860c77ff
commit 62d31e4656
3 changed files with 18 additions and 2 deletions

View File

@@ -2,11 +2,12 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.34(2024-11-13)
# 5.8.34(2024-11-15)
### 🐣新特性
* 【http 】 增加Windows微信浏览器识别issue#IB3SJF@Gitee
* 【core 】 ZipUtil.unzip增加编码容错issue#I3UZ28@Gitee
* 【core 】 Calculator兼容`x`字符作为乘号issue#3787@Github
### 🐞Bug修复
* 【core 】 修复DateUtil.rangeToList中step小于等于0时无限循环问题issue#3783@Github