change method param

This commit is contained in:
Looly
2021-09-13 11:53:12 +08:00
parent 5717fb52c5
commit 612441615d
3 changed files with 12 additions and 3 deletions

View File

@@ -8,6 +8,7 @@
### 🐣新特性
* 【core 】 CsvReadConfig增加trimField选项issue#I49M0C@Gitee
* 【http 】 HttpBase增加clearHeaders方法issue#I49P23@Gitee
* 【core 】 CsvWriter的write和writeBeans参数改为Iterableissue#I49O4S@Gitee
*
### 🐞Bug修复
* 【core 】 修复FuncKey函数无效问题