add method

This commit is contained in:
Looly
2021-09-27 22:53:12 +08:00
parent ed85f81cea
commit 75d84b4768
5 changed files with 23 additions and 7 deletions

View File

@@ -12,6 +12,7 @@
* 【extra 】 SenvenZExtractor改名为SevenZExtractor增加getFirst、get方法
* 【core 】 DateConverter修改返回java.util.Date而非DateTimeissue#I4BOAP@Gitee
* 【core 】 增加IterableIter、ComputeIter
* 【core 】 CsvConfig增加disableComment方法issue#1842@Github
### 🐞Bug修复
* 【http 】 修复HttpCookie设置cookies的方法不符合RFC6265规范问题pr#418@Gitee