StrUtil增加truncateByByteLength方法

This commit is contained in:
Looly
2023-06-30 10:34:16 +08:00
parent a51d0e6bd7
commit 7e04a657a1
3 changed files with 10 additions and 39 deletions

View File

@@ -10,6 +10,7 @@
* 【core 】 Ipv4Util 新增方法:检测指定 IP 地址是否匹配通配符pr#3171@Github
* 【core 】 DateUtil.parse适配6位毫秒格式issue#I7H34N@Gitee
* 【core 】 RandomUtil增加可选是否包含边界的重载issue#3182@Github
* 【core 】 StrUtil增加truncateByByteLength方法pr#3176@Github
### 🐞Bug修复
* 【core 】 修复MapUtil工具使用filter方法构造传入参数结果问题issue#3162@Github