修复StrUtil.subWithLength负数问题

This commit is contained in:
Looly
2022-11-03 23:17:06 +08:00
parent a48e79b03f
commit 9234846eb7
3 changed files with 84 additions and 70 deletions

View File

@@ -16,6 +16,7 @@
* 【core 】 由于对于ASCII的编码解码有缺陷且这种BCD实现并不规范因此BCD标记为弃用issue#I5XEC6@Gitee
* 【core 】 修复IoUtil.copyByNIO方法写出时没有flush的问题
* 【core 】 修复TreeBuilder中使用HashMap导致默认乱序问题issue#I5Z8C5@Gitee
* 【core 】 修复StrUtil.subWithLength负数问题issue#I5YN49@Gitee
-------------------------------------------------------------------------------------------------------------
# 5.8.9 (2022-10-22)