DateUtil.parseUTC方法标记废弃,改名为parseISO8601(issue#IBB6I5@Gitee)

This commit is contained in:
Looly
2024-12-15 22:23:41 +08:00
parent 51bc90bd0d
commit 8a8a5f7161
5 changed files with 102 additions and 43 deletions

View File

@@ -2,13 +2,14 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.35(2024-12-08)
# 5.8.35(2024-12-15)
### 🐣新特性
* 【poi 】 优化ExcelWriter中使用比较器writer的方法只对第一条数据进行排序pr#3807@Github
* 【extra 】 优化Ftp.download返回false抛出异常issue#3805@Github
* 【core 】 优化MAC地址正则issue#IB95X4@Gitee
* 【json 】 JSON的getByPath方法新增更为通用的指定出参类型重载pr#3814@Github
* 【core 】 DateUtil.parseUTC方法标记废弃改名为parseISO8601issue#IBB6I5@Gitee
### 🐞Bug修复
* 【crypto 】 修复JWTSignerUtil.createSigner中algorithmId未转换问题issue#3806@Github