修复VIN(车架号)正则问题

This commit is contained in:
Looly
2023-04-22 22:38:37 +08:00
parent d307a95f37
commit 9b8f0a0ed4
4 changed files with 55 additions and 14 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.19.M1 (2023-04-19)
# 5.8.19.M1 (2023-04-22)
### 🐣新特性
* 【db 】 优化HttpRequest.toString()内容打印issue#3072@Github
@@ -10,6 +10,7 @@
### 🐞Bug修复
* 【core 】 修复URLUtil.decode无法解码UTF-16问题issue#3063@Github
* 【db 】 修复insertOrUpdate更新中条件字段没有移除问题issue#I6W91Z@Gitee
* 【core 】 修复VIN车架号正则问题pr#3078@Github
-------------------------------------------------------------------------------------------------------------
# 5.8.18 (2023-04-16)