From d8edccf92092c2a6a1601318ceb64172e9b49de1 Mon Sep 17 00:00:00 2001 From: Looly Date: Sun, 15 Jan 2023 11:29:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0WGS84=20=E5=9D=90=E6=A0=87?= =?UTF-8?q?=E4=B8=8E=E5=A2=A8=E5=8D=A1=E6=89=98=E6=8A=95=E5=BD=B1=E4=BA=92?= =?UTF-8?q?=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aaee2adc..d7daa118a 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ * 【core 】 XmlUtil.readObjectFromXml增加注入漏洞的警告注释,并标识为废弃(issue#2857@Github) * 【http 】 HttpGlobalConfig.allowPatch()调用时忽略错误(issue#2832@Github) * 【core 】 重构根据file magic number判断文件类型(pr#2834@Github) +* 【core 】 增加WGS84 坐标与墨卡托投影互转(pr#2811@Github) ### 🐞Bug修复 * 【core 】 修复HexUtil.isHexNumber()对"-"的判断问题(issue#2857@Github)