FileUtil增加readLines重载,支持filter

This commit is contained in:
Looly
2023-03-24 00:06:32 +08:00
parent 8395ca12b0
commit 7bed31e13f
2 changed files with 2 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
* 【extra 】 优化SpringUtil在非Spring环境下的异常issue#2835@Github
* 【core 】 StrUtil增加commonPrefix和commonSuffix方法pr#3007@Github
* 【core 】 NumberUtil增加重载parseXXX方法, 解析失败返回默认值pr#3007@Github
* 【core 】 FileUtil增加readLines重载支持filterpr#3006@Github
### 🐞Bug修复
* 【crypto】 修复NoSuchMethodError未捕获问题issue#2966@Github