This commit is contained in:
Looly 2021-09-29 10:06:02 +08:00
parent e6d2296350
commit fb87346d8a

View File

@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.7.14 (2021-09-28)
# 5.7.14 (2021-09-29)
### 🐣新特性
* 【extra 】 修复HttpCookie设置cookies的方法不符合RFC6265规范问题issue#I4B70D@Gitee
@ -20,6 +20,7 @@
* 【http 】 修复Extractor中filter无效问题
* 【json 】 修复JSONGetter.getJSONArray判断null的问题issue#I4C15H@Gitee
* 【db 】 修复Condition没占位符的情况下sql没引号问题issue#1846@Github
* 【cache 】 修复FIFOCache中remove回调无效问题pr#1856@Github
-------------------------------------------------------------------------------------------------------------