From 1fc41480219df0a0bc668da850ad7e6a27e6a382 Mon Sep 17 00:00:00 2001 From: Looly Date: Thu, 23 May 2024 15:13:34 +0800 Subject: [PATCH] =?UTF-8?q?CsvWriter=E5=A2=9E=E5=8A=A0=E9=87=8D=E8=BD=BDwr?= =?UTF-8?q?iteBeans=E6=96=B9=E6=B3=95=EF=BC=8C=E6=94=AF=E6=8C=81=E5=8F=AF?= =?UTF-8?q?=E9=80=89bean=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b04f00264..2a0499c4b 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ # 🚀Changelog ------------------------------------------------------------------------------------------------------------- -# 5.8.28(2024-05-20) +# 5.8.28(2024-05-23) ### 🐣新特性 * 【core 】 修正XmlUtil的omitXmlDeclaration描述注释(issue#I9CPC7@Gitee) @@ -23,6 +23,7 @@ * 【core 】 优化 CharSequenceUtil工具类 startWithAny()、startWithAnyIgnoreCase() 参数命名错误问题(pr#1219@Gitee) * 【core 】 ListUtil.setOrPadding增加重载,可选限制index大小(issue#3586@Github) * 【http 】 getFileNameFromDisposition更加规范,从多个头的值中获取,且`filename*`优先级更高(pr#3590@Gitee) +* 【core 】 CsvWriter增加重载writeBeans方法,支持可选bean字段(pr#1222@Gitee) ### 🐞Bug修复 * 【http 】 修复HttpUtil.urlWithFormUrlEncoded方法重复编码问题(issue#3536@Github)