diff options
| author | ruki <[email protected]> | 2021-02-11 00:51:50 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-02-11 00:51:50 +0800 |
| commit | 34ecf01eb162fdaea90745b5c75446808aac40e7 (patch) | |
| tree | 021127752bd6f8177986821d83049ce98c22d5b7 | |
| parent | b3596005c375c35063bb2cd0ef9b93b71ed85992 (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 6b4e9beab..4a39ef43a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ * [#1226](https://github.com/xmake-io/xmake/issues/1226): Add missing qt include directories * [#1183](https://github.com/xmake-io/xmake/issues/1183): Improve c++ lanuages to support Qt6 * [#1237](https://github.com/xmake-io/xmake/issues/1237): Add qt.ui files for vsxmake plugin +* Improve vs/vsxmake plugins to support precompiled header and intellisense ### Bugs fixed @@ -934,6 +935,7 @@ * [#1226](https://github.com/xmake-io/xmake/issues/1226): 添加缺失的 Qt 头文件搜索路径 * [#1183](https://github.com/xmake-io/xmake/issues/1183): 改进 C++ 语言标准,以便支持 Qt6 * [#1237](https://github.com/xmake-io/xmake/issues/1237): 为 vsxmake 插件添加 qt.ui 文件 +* 改进 vs/vsxmake 插件去支持预编译头文件和智能提示 ### Bugs 修复 |
