diff options
| author | ruki <[email protected]> | 2022-11-08 22:33:17 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-11-08 09:20:43 +0800 |
| commit | 127dc2943567ec9bba8c8e8d8d6f7edd5cc1088a (patch) | |
| tree | e5c5ee30ebd3ec313a28f6b6ef7e7f0710f713e6 | |
| parent | 4f2bdb256b485bc733658b26d4bbf0ab8ee6ccb4 (diff) | |
update changelog
| -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 |
