diff options
| author | ruki <[email protected]> | 2022-12-22 22:48:04 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-12-22 22:48:04 +0800 |
| commit | 72cd4e4453aa35c1e10d23160d52f5e1eb478b46 (patch) | |
| tree | 120c3881e4eec40023e698aa44658ebfc7ab5ac5 | |
| parent | 00444582d46f030450e79ecfe0a80b48151d087c (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 418b73740..fdccb9dc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ * [#3125](https://github.com/xmake-io/xmake/pull/3125): Compile private C++20 modules * [#3133](https://github.com/xmake-io/xmake/pull/3133): Add support of internal partitions * [#3146](https://github.com/xmake-io/xmake/issues/3146): Add default components for packages +* [#3192](https://github.com/xmake-io/xmake/issues/3192): JSON output for auto complete ### Bugs fixed @@ -1479,6 +1480,7 @@ * [#3125](https://github.com/xmake-io/xmake/pull/3125): 增加私有 C++20 模块的编译支持 * [#3133](https://github.com/xmake-io/xmake/pull/3133): 增加 internal partitions 模块支持 * [#3146](https://github.com/xmake-io/xmake/issues/3146): 添加默认包组件支持 +* [#3192](https://github.com/xmake-io/xmake/issues/3192): 为 auto complete 增加 json 输出支持 ### Bugs 修复 |
