CopyOptions中增加setAutoTransCamelCase方法

This commit is contained in:
Looly
2023-12-30 01:13:42 +08:00
parent da276f801c
commit f651a18c1d
6 changed files with 89 additions and 27 deletions

View File

@@ -2,10 +2,11 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.25(2023-12-29)
# 5.8.25(2023-12-30)
### 🐣新特性
* 【core 】 WatchServer新增通过Path获取WatchKey方法pr#1145@Gitee
* 【core 】 CopyOptions中增加setAutoTransCamelCase方法issue#3452@Github
### 🐞Bug修复
* 【core 】 修复StrJoin当append内容后调用length()会出现空指针问题issue#3444@Github