add null check pr#250

This commit is contained in:
Looly 2021-01-07 21:44:43 +08:00
parent 5eeacaa1ad
commit 64555cdc87

View File

@ -15,6 +15,7 @@
* 【crypto 】 修改SymmetricAlgorithm注释issue#1360@Github
* 【all 】 pom中将META-INF/maven下全部excludepr#1355@Github
* 【http 】 SimpleServer中增加addFilter等方法并使用全局线程池
* 【core 】 CollUtil.forEach 增加null 判断pr#250@Gitee
### Bug修复
* 【core 】 修复CsvReader读取双引号未转义问题issue#I2BMP1@Gitee