add methods

This commit is contained in:
Looly
2022-07-05 21:27:51 +08:00
parent 8a9073fb6b
commit 4085c97593
2 changed files with 100 additions and 1 deletions

View File

@@ -3,11 +3,13 @@
-------------------------------------------------------------------------------------------------------------
# 5.8.5.M1 (2022-06-30)
# 5.8.5.M1 (2022-07-05)
### 🐣新特性
* 【core 】 NumberUtil新增isIn方法pr#669@Gitee
* 【core 】 修复注解工具类getAnnotations的NPE问题注解扫描器添新功能pr#671@Gitee
* 【core 】 合成注解SyntheticAnnotation提取为接口并为实现类添加注解选择器和属性处理器pr#678@Gitee
* 【core 】 增加BeanValueProviderissue#I5FBHV@Gitee
*
### 🐞Bug修复