enhance NumberUtil

This commit is contained in:
Looly
2019-08-28 14:02:26 +08:00
parent 3ff93c2914
commit f4a5b8b9b7
2 changed files with 5 additions and 4 deletions

View File

@@ -8,6 +8,7 @@
### 新特性
* 【http】 自动关闭HttpURLConnection的头安全检查issue#512@Github
* 【setting】 Setting变量替换支持从系统参数中取值
* 【core】 改进NumberUtil.isNumber方法pr#68@Gitee
### Bug修复
* 【db】 解决ThreadLocalConnection多数据源被移除问题pr#66@Gitee