From 090905ec596adb84b0fb6d9f48e888a66ec5e57e Mon Sep 17 00:00:00 2001 From: Looly Date: Fri, 29 Oct 2021 01:41:40 +0800 Subject: [PATCH] fix bug --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a0e56750..7e45f17a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ * 【extra 】 Sftp增加put和upload重载(issue#I4FGDH@Gitee) * 【core 】 TemporalUtil增加toChronoUnit、toTimeUnit方法(issue#I4FGDH@Gitee) * 【core 】 StopWatch增加prettyPrint重载(issue#1910@Github) +* 【core 】 修改RegexPool中Ipv4正则 ### 🐞Bug修复 * 【core 】 修复UrlBuilder.addPath歧义问题(issue#1912@Github)