hutool/CHANGELOG.md

17 lines
550 B
Markdown
Raw Normal View History

2019-08-14 10:02:32 +08:00
# Changelog
-------------------------------------------------------------------------------------------------------------
2019-10-10 10:42:51 +08:00
## 5.0.0
2019-09-28 07:48:55 +08:00
### 新特性
2019-10-13 11:16:47 +08:00
* 【all】 升级JDK最低 支持到8
* 【log】 Log接口添加get的static方法
2019-10-13 12:41:15 +08:00
* 【all】 部分接口添加FunctionalInterface修饰
2019-10-14 17:28:57 +08:00
* 【crypto】 KeyUtil增加readKeyStore重载
* 【extra】 JschUtil增加私钥传入支持issue#INKDR@Gitee
2019-10-02 16:33:25 +08:00
2019-10-10 16:24:48 +08:00
### Bug修复
2019-10-10 17:18:31 +08:00
* 【http】 修复Cookie中host失效导致的问题issue#583@Github