ArrangementTest

This commit is contained in:
Looly 2025-11-28 09:56:53 +08:00
parent 1d9b0ebbd2
commit 882f3923ce

View File

@ -1,7 +1,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.42(2025-11-26)
# 5.8.42(2025-11-28)
### 🐣新特性
* 【core 】 `ListUtil`增加`zip`方法pr#4052@Github
@ -36,6 +36,7 @@
* 【core 】 修复`ReflectUtil.newInstanceIfPossible`传入Object逻辑错误pr#4160@Github
* 【core 】 修复`DateModifier`处理AM和PM的ceiling和round问题pr#4161@Github
* 【poi 】 修复`Word07Writer`run.setColor()的颜色十六进制转换逻辑pr#4164@Github
* 【core 】 修复`Arrangement.iterate(int m)`方法的排列迭代器实现逻辑问题pr#4166@Github
-------------------------------------------------------------------------------------------------------------
# 5.8.41(2025-10-12)