add alias support

This commit is contained in:
Looly
2021-08-27 00:47:24 +08:00
parent b1b8a29a3c
commit e800b9cc3a
7 changed files with 133 additions and 13 deletions

View File

@@ -26,6 +26,7 @@
* 【core 】 增加PartitionIterpr#402@Gitee
* 【all 】 增加异常爬栈开关pr#403@Gitee
* 【core 】 优化Combination中C(n,n)的逻辑pr#1792@Github
* 【core 】 Csv读写支持别名issue#1791@Github
### 🐞Bug修复
* 【core 】 修复MapUtil.sort比较器不一致返回原map的问题issue#I46AQJ@Gitee