diff options
| author | ruki <[email protected]> | 2020-08-11 00:41:59 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-08-11 00:41:59 +0800 |
| commit | 8d5626509b428f47cfab4e2b5bc26a84a9af620b (patch) | |
| tree | 08c6fd80cc34c61110411340dd38a5cc2046bee2 | |
| parent | 894b90a805a445dd9d882ffd434a73f0fa22197c (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 563621ea1..5d513e472 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ ### Change * [#907](https://github.com/xmake-io/xmake/issues/907): Improve to the linker optimization for msvc +* Improve to detect qt sdk environment +* [#918](https://github.com/xmake-io/xmake/pull/918): Improve to support cuda11 toolchains ### Bugs fixed @@ -801,6 +803,8 @@ ### 改进 * [#907](https://github.com/xmake-io/xmake/issues/907): 改进msvc的链接器优化选项,生成更小的可执行程序 +* 改进ubuntu下Qt环境的支持 +* [#918](https://github.com/xmake-io/xmake/pull/918): 改进cuda11工具链的支持 ### Bugs修复 |
