优化PatternParser支持年的步进

This commit is contained in:
Looly
2023-08-15 11:59:02 +08:00
parent ddc4fdb2c6
commit 08f1a7d5b2
3 changed files with 37 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
* 【core 】 增加IJSONTypeConverter避免反射调用pr#1051@Gitee
* 【http 】 优化HttpUtil.urlWithForm方法pr#1052@Gitee
* 【http 】 优化HttpUtil.urlWithForm方法pr#1052@Gitee
* 【cron 】 优化PatternParser支持年的步进issue#I7SMP7@Gitee
### 🐞Bug修复
* 【core 】 修复NumberUtil.toBigDecimal转换科学计数法问题issue#3241@Github