NumberUtil.pow支持负数

This commit is contained in:
Looly
2024-05-29 10:37:51 +08:00
parent d58b2fcfea
commit 503df65777
3 changed files with 152 additions and 121 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.28(2024-05-23)
# 5.8.28(2024-05-29)
### 🐣新特性
* 【core 】 修正XmlUtil的omitXmlDeclaration描述注释issue#I9CPC7@Gitee
@@ -25,6 +25,7 @@
* 【http 】 getFileNameFromDisposition更加规范从多个头的值中获取`filename*`优先级更高pr#3590@Gitee
* 【core 】 CsvWriter增加重载writeBeans方法支持可选bean字段pr#1222@Gitee
* 【core 】 LocalDateTimeUtil增加beginOfDay和endOfDay重载issue#3594@Github
* 【core 】 NumberUtil.pow支持负数issue#3598@Github
### 🐞Bug修复
* 【http 】 修复HttpUtil.urlWithFormUrlEncoded方法重复编码问题issue#3536@Github