修复JSONConfig.setDateFormat设置后setWriteLongAsString失效问题

This commit is contained in:
Looly
2024-08-24 13:28:58 +08:00
parent 227a6efe63
commit 63b2f7c70d
4 changed files with 24 additions and 23 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.32(2024-08-22)
# 5.8.32(2024-08-24)
### 🐣新特性
@@ -11,6 +11,7 @@
* 【crypto 】 修复SymmetricCrypto.setParams和setRandom没有加锁问题issue#IAJIY3@Gitee
* 【crypto 】 修复ZipUtil压缩成流的方法检查文件时报错问题issue#3697@Github
* 【core 】 修复CopyOptions.setFieldValueEditor后生成null值setIgnoreNullValue无效问题issue#3702@Github
* 【json 】 修复JSONConfig.setDateFormat设置后setWriteLongAsString失效问题issue#IALQ0N@Gitee
-------------------------------------------------------------------------------------------------------------
# 5.8.31(2024-08-12)