diff --git a/CHANGELOG.md b/CHANGELOG.md index ef7fb607c..232191f37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ * 【core 】 CharsetDetector增加detect重载,支持自定义缓存大小(issue#I478E5@Gitee) * 【core 】 增加PartitionIter(pr#402@Gitee) * 【all 】 增加异常爬栈开关(pr#403@Gitee) +* 【core 】 优化Combination中C(n,n)的逻辑(pr#1792@Github) ### 🐞Bug修复 * 【core 】 修复MapUtil.sort比较器不一致返回原map的问题(issue#I46AQJ@Gitee)