mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-08-18 20:38:02 +08:00
fix bug
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# 🚀Changelog
|
||||
|
||||
-------------------------------------------------------------------------------------------------------------
|
||||
# 5.8.0 (2022-03-20)
|
||||
# 5.8.0 (2022-03-21)
|
||||
|
||||
### ❌不兼容特性
|
||||
* 【db 】 【不向下兼容 】增加MongoDB4.x支持返回MongoClient变更(pr#568@Gitee)
|
||||
@@ -14,6 +14,7 @@
|
||||
* 【core 】 【可能兼容问题】Base62分离编码和解码,增加inverted模式支持
|
||||
* 【core 】 【兼容问题 】PunyCode参数由String改为Charsequence
|
||||
* 【cron 】 【可能兼容问题】SimpleValueParser改名为AbsValueParser,改为abstract
|
||||
* 【poi 】 【可能兼容问题】ExcelUtil.getBigWriter返回值改为BigExcelWriter
|
||||
|
||||
### 🐣新特性
|
||||
* 【http 】 HttpRequest.form采用TableMap方式(issue#I4W427@Gitee)
|
||||
@@ -46,6 +47,7 @@
|
||||
* 【core 】 修复CopyOptions中fieldNameEditor无效问题(issue#2202@Github)
|
||||
* 【json 】 修复JSON对Map.Entry的解析问题
|
||||
* 【core 】 修复MapConverter中map与map转换兼容问题
|
||||
* 【poi 】 解决sax读取时,POI-5.2.x兼容性问题
|
||||
|
||||
-------------------------------------------------------------------------------------------------------------
|
||||
# 5.7.22 (2022-03-01)
|
||||
|
Reference in New Issue
Block a user