修复BeanUtil.isBean判断Dict错误问题

This commit is contained in:
Looly
2024-06-07 15:22:15 +08:00
parent 99cf24267f
commit 7a6ab19649
3 changed files with 22 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.29(2024-06-04)
# 5.8.29(2024-06-07)
### 🐣新特性
* 【core 】 DateUtil增加offsetYear方法
@@ -11,6 +11,7 @@
### 🐞Bug修复
* 【core 】 修复AnnotationUtil可能的空指针错误
* 【core 】 修复BeanUtil.isBean判断Dict错误问题issue#I9VTZG@gitee
-------------------------------------------------------------------------------------------------------------
# 5.8.28(2024-05-29)