add parseCST and fix cookie bug

This commit is contained in:
Looly
2019-10-05 18:18:57 +08:00
parent 476285b302
commit a4515e218b
20 changed files with 198 additions and 120 deletions

View File

@@ -8,10 +8,14 @@
### 新特性
* 【all】 修复注释中的错别字issue#I12XE6@Gitee
* 【core】 CsvWriter支持其它类型的参数issue#I12XE3@Gitee
* 【core】 ClassScaner支持自定义ClassLoader
* 【core】 ClassScanner支持自定义ClassLoader
* 【core】 修改错别字pr#568@Github
* 【core】 增加DateUtil.parseCST方法issue#570@Github
### Bug修复
* 【all】 修复阶乘计算错误bugissue#I12XE4@Gitee
* 【http】 修复disableCookie无效问题issue#572@Github
* 【http】 修复HttpResponse.getCookies导致的问题issue#572@Github
-------------------------------------------------------------------------------------------------------------