修复JSONStrFormatter:format函数对于转义符号处理逻辑错误问题

This commit is contained in:
Looly
2023-09-28 16:30:56 +08:00
parent 60746e8a8f
commit f245a721f6
3 changed files with 25 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.23(2023-09-25)
# 5.8.23(2023-09-28)
### 🐣新特性
* 【json 】 改进TemporalAccessorSerializer支持dayOfMonth和month枚举名issue#I82AM8@Gitee
@@ -12,6 +12,7 @@
### 🐞Bug修复
* 【cron 】 修复Cron表达式range解析错误问题issue#I82CSH@Gitee
* 【core 】 修复VersionComparator在极端数据排序时候违反了自反性问题issue#I81N3H@Gitee
* 【json 】 修复JSONStrFormatter:format函数对于转义符号处理逻辑错误问题issue#I84V6I@Gitee
-------------------------------------------------------------------------------------------------------------
# 5.8.22(2023-09-13)