修复Console.log应该把异常信息输出位置错误问题

This commit is contained in:
Looly 2022-07-20 12:16:59 +08:00
parent d09498a1a6
commit 1fcee08263

View File

@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.8.5.M1 (2022-07-17)
# 5.8.5.M1 (2022-07-20)
### ❌不兼容特性
* 【core 】 合成注解相关功能重构,增加@Link及其子注解pr#702@Gitee
@ -34,6 +34,7 @@
* 【core 】 修复bmp文件判断问题issue#I5H93G@Gitee
* 【core 】 修复CombinationAnnotationElement造成递归循环issue#I5FQGW@Gitee
* 【core 】 修复Dict缺少putIfAbsent、computeIfAbsent问题issue#I5FQGW@Gitee
* 【core 】 修复Console.log应该把异常信息输出位置错误问题pr#716@Gitee
-------------------------------------------------------------------------------------------------------------