diff options
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 94438dd5d..6a17a8682 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ * [#2949](https://github.com/xmake-io/xmake/issues/2949): Fix vs group * [#2952](https://github.com/xmake-io/xmake/issues/2952): Fix armlink for long args * [#2954](https://github.com/xmake-io/xmake/issues/2954): Fix c++ module partitions path issue +* [#3033](https://github.com/xmake-io/xmake/issues/3033): Detect circular modules dependency ## v2.7.2 @@ -1455,6 +1456,7 @@ * [#2949](https://github.com/xmake-io/xmake/issues/2949): 修复 vs 分组 * [#2952](https://github.com/xmake-io/xmake/issues/2952): 修复 armlink 处理长命令失败问题 * [#2954](https://github.com/xmake-io/xmake/issues/2954): 修复 c++ module partitions 路径无效问题 +* [#3033](https://github.com/xmake-io/xmake/issues/3033): 探测循环模块依赖 ## v2.7.2 |
