ListUtil.setOrPadding增加重载,可选限制index大小

This commit is contained in:
Looly
2024-05-17 09:32:45 +08:00
parent b235c29101
commit a99adf6091
2 changed files with 28 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.28(2024-05-13)
# 5.8.28(2024-05-17)
### 🐣新特性
* 【core 】 修正XmlUtil的omitXmlDeclaration描述注释issue#I9CPC7@Gitee
@@ -21,6 +21,7 @@
* 【http 】 HttpRequest#get不再尝试File路径issue#I9O6DA@Gitee
* 【core 】 增加IdConstants提高Snowflake初始化性能issue#3581@Github
* 【core 】 优化 CharSequenceUtil工具类 startWithAny()、startWithAnyIgnoreCase() 参数命名错误问题pr#1219@Gitee
* 【core 】 ListUtil.setOrPadding增加重载可选限制index大小issue#3586@Github
### 🐞Bug修复
* 【http 】 修复HttpUtil.urlWithFormUrlEncoded方法重复编码问题issue#3536@Github