This commit is contained in:
Looly
2021-07-28 01:43:52 +08:00
parent b8c07fd098
commit 9f1920e498
5 changed files with 93 additions and 0 deletions

View File

@@ -18,6 +18,7 @@
* 【core 】 MultipartRequestInputStream改为使用long以支持大文件issue#I428AN@Gitee
* 【core 】 RobotUtl增加getDelay、getRobot方法pr#1725@Github
* 【json 】 JSON输出支持ignoreNullissue#1728@Github
* 【core 】 DateUtil和LocalDateTimeUtil增加isWeekend方法issue#I42N5A@Gitee
### 🐞Bug修复
* 【core 】 修复RobotUtil双击右键问题pr#1721@Github
@@ -28,6 +29,7 @@
* 【poi 】 修复BeanSheetReader.read中字段对象为空导致的报错issue#1729@Github
* 【core 】 修复DateConverter转换java.sql.Date问题issue#1729@Github
* 【extra 】 修复CompressUtil中部分方法非static的问题pr#385@Gitee
* 【core 】 修复ByteUtil转换端序错误问题pr#384@Gitee
-------------------------------------------------------------------------------------------------------------