LocalDateTimeUtil增加beginOfDay和endOfDay重载

This commit is contained in:
Looly
2024-05-23 16:58:08 +08:00
parent 1fc4148021
commit 2f1583a931
2 changed files with 42 additions and 0 deletions

View File

@@ -24,6 +24,7 @@
* 【core 】 ListUtil.setOrPadding增加重载可选限制index大小issue#3586@Github
* 【http 】 getFileNameFromDisposition更加规范从多个头的值中获取`filename*`优先级更高pr#3590@Gitee
* 【core 】 CsvWriter增加重载writeBeans方法支持可选bean字段pr#1222@Gitee
* 【core 】 LocalDateTimeUtil增加beginOfDay和endOfDay重载issue#3594@Github
### 🐞Bug修复
* 【http 】 修复HttpUtil.urlWithFormUrlEncoded方法重复编码问题issue#3536@Github