add CityHash

This commit is contained in:
Looly
2020-03-24 11:50:50 +08:00
parent 18a2a34fc9
commit df739bae6a
7 changed files with 707 additions and 45 deletions

View File

@@ -7,6 +7,7 @@
### 新特性
* 【core 】 增加逻辑对于原始类型注入使用默认值issue#797@Github
* 【core 】 增加CityHash算法
### Bug修复
* 【core 】 修复NumberWordFormatter拼写错误issue#799@Github