From 8032f828fed09727b3488da6262189fae9dc3d78 Mon Sep 17 00:00:00 2001 From: Looly Date: Sun, 26 Jun 2022 23:49:26 +0800 Subject: [PATCH] =?UTF-8?q?localAddressList=20=E6=B7=BB=E5=8A=A0=E9=87=8D?= =?UTF-8?q?=E6=9E=84=E6=96=B9=E6=B3=95?= 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 f4f587c50..97424cc4f 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ------------------------------------------------------------------------------------------------------------- -# 5.8.4.M1 (2022-06-23) +# 5.8.4.M1 (2022-06-26) ### 🐣新特性 * 【extra 】 Sftp增加构造重载,支持超时(pr#653@Gitee) @@ -15,6 +15,7 @@ * 【core 】 Ipv4Util增加ipv4ToLong重载(pr#661@Gitee) * 【core 】 LocalDateTimeUtil.parse改为blank检查(issue#I5CZJ9@Gitee) * 【core 】 BeanPath在空元素时默认加入map,修改根据下标类型赋值List or map(issue#2362@Github) +* 【core 】 localAddressList 添加重构方法(pr#665@Gitee) * ### 🐞Bug修复 * 【extra 】 修复createExtractor中抛出异常后流未关闭问题(pr#2384@Github)