diff --git a/CHANGELOG.md b/CHANGELOG.md index f9e98ddfd..056710fe3 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,16 +2,17 @@ # 🚀Changelog ------------------------------------------------------------------------------------------------------------- -# 5.8.35(2024-12-05) +# 5.8.35(2024-12-08) ### 🐣新特性 * 【poi 】 优化ExcelWriter中使用比较器writer的方法,只对第一条数据进行排序(pr#3807@Github) * 【extra 】 优化Ftp.download,返回false抛出异常(issue#3805@Github) * 【core 】 优化MAC地址正则(issue#IB95X4@Gitee) +* 【json 】 JSON的getByPath方法新增更为通用的指定出参类型重载(pr#3814@Github) ### 🐞Bug修复 * 【crypto 】 修复JWTSignerUtil.createSigner中algorithmId未转换问题(issue#3806@Github) -* 【core 】 修复DateUtil.rangeContains未重置问题(issue#IB8OFS@gitee) +* 【core 】 修复DateUtil.rangeContains未重置问题(issue#IB8OFS@Gitee) ------------------------------------------------------------------------------------------------------------- # 5.8.34(2024-11-25)