diff options
| author | ruki <[email protected]> | 2023-10-13 22:39:22 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-10-13 22:39:22 +0800 |
| commit | a21b15db6a5a6228c756c7e6b7acb3283aebfacb (patch) | |
| tree | fe24a7a54b5ab2f3396b46cda800cb6fc49ae752 | |
| parent | d1d77bf91f353faccb287f0c17791de172b53c77 (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fec885d11..2aeb65b0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,11 @@ * [#3381](https://github.com/xmake-io/xmake/issues/3381): Add `xmake test` support * [#4276](https://github.com/xmake-io/xmake/issues/4276): Support custom scope api -## Bugs fixed +### Changes + +* [#4284](https://github.com/xmake-io/xmake/issues/4284): Improve builtin includes + +### Bugs fixed * [#4256](https://github.com/xmake-io/xmake/issues/4256): Fix intellisense for vsxmake/c++modules @@ -1680,7 +1684,11 @@ * [#3381](https://github.com/xmake-io/xmake/issues/3381): 添加 `xmake test` 支持 * [#4276](https://github.com/xmake-io/xmake/issues/4276): 支持自定义域 API -## Bugs 修复 +### 改进 + +* [#4284](https://github.com/xmake-io/xmake/issues/4284): 改进内置 includes 模块 + +### Bugs 修复 * [#4256](https://github.com/xmake-io/xmake/issues/4256): 为 vsxmake 生成器修复 c++ modules intellisense |
