改进Calculator.conversion,兼容乘法符号省略写法

This commit is contained in:
Looly
2023-03-09 20:41:02 +08:00
parent dc5992b139
commit aef20c411d
4 changed files with 30 additions and 5 deletions

View File

@@ -5,6 +5,7 @@
# 5.8.16.M1 (2023-03-09)
### 🐣新特性
* 【core 】 改进Calculator.conversion兼容乘法符号省略写法issue#2964@Github
### 🐞Bug修复
* 【crypto】 修复NoSuchMethodError未捕获问题issue#2966@Github