From 1fcee082632e889d39939e522c42c4b4d057a63c Mon Sep 17 00:00:00 2001 From: Looly Date: Wed, 20 Jul 2022 12:16:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DConsole.log=E5=BA=94=E8=AF=A5?= =?UTF-8?q?=E6=8A=8A=E5=BC=82=E5=B8=B8=E4=BF=A1=E6=81=AF=E8=BE=93=E5=87=BA?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE=E9=94=99=E8=AF=AF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 689a4ab6f..ec5382341 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) -------------------------------------------------------------------------------------------------------------