diff --git a/CHANGELOG.md b/CHANGELOG.md index b54d53073..80b6e81d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ * 【crypto 】 SmUtil.sm4统一返回类型(issue#I3YKD4@Gitee) * 【core 】 修改MapUtil.get传入null返回默认值而非null(issue#I3YKBC@Gitee) * 【core 】 HexUtil增加hexToLong、hexToInt(issue#I3YQEV@Gitee) +* 【core 】 CsvWriter增加writer.write(csvData)的方法重载(pr#353@Gitee) ### 🐞Bug修复 * 【core 】 修复RadixUtil.decode非static问题(issue#I3YPEH@Gitee)