From 56a47b967954071362e00523cc3c5f92cedd5109 Mon Sep 17 00:00:00 2001 From: Looly Date: Thu, 9 Nov 2023 09:32:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=90=88=E6=88=90=E6=B3=A8?= =?UTF-8?q?=E8=A7=A3=E5=9C=A8=E5=B9=B6=E5=8F=91=E7=8E=AF=E5=A2=83=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E4=BF=9D=E8=AF=81=E6=AD=A3=E7=A1=AE=E7=BC=93=E5=AD=98?= =?UTF-8?q?=E5=B1=9E=E6=80=A7=E5=80=BC=E7=9A=84=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 5f4b55144..f85188040 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ # 🚀Changelog ------------------------------------------------------------------------------------------------------------- -# 5.8.23(2023-11-04) +# 5.8.23(2023-11-09) ### 🐣新特性 * 【json 】 改进TemporalAccessorSerializer支持dayOfMonth和month枚举名(issue#I82AM8@Gitee) @@ -25,6 +25,7 @@ * 【core 】 ImgUtil的sliceByRowsAndCols背景无法透明问题(issue#3347@Github) * 【core 】 修复ClassUtil#scanJar未正确关闭文件问题(issue#3361@Github) * 【db 】 修复Column.getDigit返回值错误问题(issue#3370@Github) +* 【core 】 修复合成注解在并发环境无法保证正确缓存属性值的问题(pr#1097@Gitee) ------------------------------------------------------------------------------------------------------------- # 5.8.22(2023-09-13)