From 453690cdad83aee770f4333d4e4065c008df46b7 Mon Sep 17 00:00:00 2001 From: Looly Date: Sat, 22 May 2021 14:43:03 +0800 Subject: [PATCH] add tw and mo phone validate --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd21c9f8e..7db9d848d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ * 【core 】 SyncFinisher增加stop方法(issue#1578@Github) * 【cache 】 CacheObj默认方法改为protected(issue#I3RIEI@Gitee) * 【core 】 FileUtil.isEmpty不存在时返回true(issue#1582@Github) +* 【core 】 PhoneUtil增加中国澳门和中国台湾手机号校检方法(pr#331@Gitee) ### 🐞Bug修复 * 【core 】 修复XmlUtil中omitXmlDeclaration参数无效问题(issue#1581@Github)