add method

This commit is contained in:
Looly 2022-01-20 10:39:29 +08:00
parent cbc6682a5c
commit 7c18710712

View File

@ -16,6 +16,7 @@
* 【http 】 增加HttpGlobalConfig.setIgnoreEOFError(issue#2092@Github)
* 【core 】 RandomUtil.randomStringWithoutStr排除字符串兼容大写字母(pr#503@Gitee)
* 【core 】 LocalDateTime增加isOverlap方法(pr#512@Gitee)
* 【core 】 Ipv4Util.getBeginIpLong、getEndIpLong改为public(pr#508@Gitee)
*
### 🐞Bug修复
* 【core 】 修复setter重载导致匹配错误issue#2082@Github