HttpConfig增加setUseDefaultContentTypeIfNull方法

This commit is contained in:
Looly
2024-09-04 17:15:24 +08:00
parent 15317ab861
commit 3cd25c5864
3 changed files with 19 additions and 2 deletions

View File

@@ -2,10 +2,11 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.33(2024-09-03)
# 5.8.33(2024-09-04)
### 🐣新特性
* 【core 】 SyncFinisher增加setExecutorService方法issue#IANKQ1@Gitee
* 【http 】 HttpConfig增加`setUseDefaultContentTypeIfNull`方法issue#3719@Github
### 🐞Bug修复
* 【json 】 修复JSONConfig.setDateFormat设置后toBean无效问题issue#3713@Github