fix tel regex

This commit is contained in:
Looly
2021-07-29 15:18:46 +08:00
parent b68f3e4e2d
commit 57dbe23961
3 changed files with 7 additions and 4 deletions

View File

@@ -3,10 +3,12 @@
-------------------------------------------------------------------------------------------------------------
# 5.7.6 (2021-07-28)
# 5.7.6 (2021-07-29)
### 🐣新特性
* 【core 】 增加LookupFactory和MethodHandleUtilissue#I42TVY@Gitee
* 【core 】 改进RegexPool.TEL支持无-号码pr#387@Gitee
* 【core 】 PhoneUtil中新增获取固话号码中区号,以及固话号码中号码的方法pr#387@Gitee
### 🐞Bug修复
* 【jwt 】 修复JWTUtil中几个方法非static的问题pr#386@Gitee