add io close

This commit is contained in:
Looly
2019-10-28 10:00:42 +08:00
parent 8951f0df74
commit e546ad92d9
4 changed files with 49 additions and 41 deletions

View File

@@ -8,6 +8,7 @@
### 新特性
* 【setting】 增加System.getenv变量替换支持
* 【core】 XmlUtil中mapToStr支持namespacepr#599@Github
* 【core】 ZipUtil修改策略:默认关闭输入流issue#604@Github
### Bug修复
* 【core】 解决ConcurrentHashSet不能序列化的问题issue#600@Github