This commit is contained in:
Looly
2021-10-07 23:13:09 +08:00
parent 2f2273c50b
commit 530ce9fab5
2 changed files with 62 additions and 49 deletions

View File

@@ -19,6 +19,7 @@
* 【core 】 优化Base64.isBase64方法减少一次多余的判断pr#1860@Github
* 【cache 】 优化FIFOCache未设置过期策略时无需遍历判断过期对象pr#425@Gitee
* 【core 】 增加Opt类pr#426@Gitee
* 【core 】 Week增加of重载支持DayOfWekpr#1872@Github
### 🐞Bug修复
* 【http 】 修复HttpCookie设置cookies的方法不符合RFC6265规范问题pr#418@Gitee