add Intern

This commit is contained in:
Looly
2020-09-16 00:45:22 +08:00
parent d8e7cdde79
commit 667dbc2be7
7 changed files with 134 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.4.3 (2020-09-15)
# 5.4.3 (2020-09-16)
### 新特性
* 【core 】 使用静态的of方法来new对象pr#177@Gitee
@@ -15,6 +15,7 @@
* 【core 】 增加Generator
* 【db 】 Column增加是否主键、保留位数等字段
* 【cache 】 Cache接口增加get重载issue#1080@Github
* 【core 】 增加Interner和InternUtilissue#I1TU1Y@Gitee
### Bug修复
* 【core 】 修复Dict.of错误issue#I1UUO5@Gitee