RandomUtil增加可选是否包含边界的重载

This commit is contained in:
Looly
2023-06-30 10:13:20 +08:00
parent dc23237651
commit 77e455d98b
2 changed files with 216 additions and 124 deletions

View File

@@ -2,13 +2,14 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.21(2023-06-29)
# 5.8.21(2023-06-30)
### 🐣新特性
* 【core 】 list 为空时CollUtil.max等返回null而非异常pr#1027@Gitee
* 【poi 】 ExcelReader.getWriter逻辑变更当从非文件读取时获取sheet而非空表格。
* 【core 】 Ipv4Util 新增方法:检测指定 IP 地址是否匹配通配符pr#3171@Github
* 【core 】 DateUtil.parse适配6位毫秒格式issue#I7H34N@Gitee
* 【core 】 RandomUtil增加可选是否包含边界的重载issue#3182@Github
### 🐞Bug修复
* 【core 】 修复MapUtil工具使用filter方法构造传入参数结果问题issue#3162@Github