diff options
| author | ruki <[email protected]> | 2023-10-08 11:00:11 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-10-08 11:00:11 +0800 |
| commit | 6cf470f20d8e6511e1c9dd50ce3ef4bebf8bee89 (patch) | |
| tree | 8e91fa0d63c7423207cbfc428ea7ab5adad5bf7a | |
| parent | f75e46ba64c92646b4db4613e3800993285c63bf (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 00bd1580d..a2b767e8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ * [#1438](https://github.com/xmake-io/xmake/issues/1438): Support code amalgamation * [#3381](https://github.com/xmake-io/xmake/issues/3381): Add `xmake test` support +## Bugs fixed + +* [#4256](https://github.com/xmake-io/xmake/issues/4256): Fix intellisense for vsxmake/c++modules + ## v2.8.3 ### New features @@ -1674,6 +1678,10 @@ * [#1438](https://github.com/xmake-io/xmake/issues/1438): 支持代码 amalgamation * [#3381](https://github.com/xmake-io/xmake/issues/3381): 添加 `xmake test` 支持 +## Bugs 修复 + +* [#4256](https://github.com/xmake-io/xmake/issues/4256): 为 vsxmake 生成器修复 c++ modules intellisense + ## v2.8.3 ### 新特性 |
