add CoordinateUtil

This commit is contained in:
Looly
2021-11-02 00:55:51 +08:00
parent 3e36226991
commit cffb294bfe
5 changed files with 331 additions and 184 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.7.16 (2021-10-31)
# 5.7.16 (2021-11-02)
### 🐣新特性
* 【core 】 增加DateTime.toLocalDateTime
@@ -19,6 +19,7 @@
* 【json 】 Filter改为MutablePair以便编辑键值对issue#1921@Github
* 【core 】 Opt增加peeks方法pr#445@Gitee
* 【extra 】 MailAccount中user默认值改为邮箱全称issue#I4FYVY@Gitee
* 【core 】 增加CoordinateUtilpr#446@Gitee
### 🐞Bug修复
* 【core 】 修复UrlBuilder.addPath歧义问题issue#1912@Github