修复LocalDateTimeUtil.of 某些特殊TemporalAccessor无法返回正确结果的问题

This commit is contained in:
Looly
2023-09-13 20:33:52 +08:00
parent 8ee13fb5bf
commit 111898c640
4 changed files with 49 additions and 10 deletions

View File

@@ -35,6 +35,7 @@
* 【json 】 修复toJSONString导致CPU使用率高的问题issue#3297@Github
* 【core 】 修复NumberUtil.parseInt 16进制解析错误的问题pr#1071@Gitee
* 【core 】 修复CopyOptions.setIgnoreCase和setIgnoreProperties冲突问题issue#I80FP4@Gitee
* 【core 】 修复LocalDateTimeUtil.of 某些特殊TemporalAccessor无法返回正确结果的问题issue#3301@Github
-------------------------------------------------------------------------------------------------------------
# 5.8.21(2023-07-29)