summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2019-06-04 00:40:19 +0800
committerruki <[email protected]>2019-06-03 22:01:59 +0800
commitb464eb657ec7b4c24d3c7593294c6bf15f1f6338 (patch)
treee6dc95016edcc4f7b6dff8e1c1cb0e24adf74ef6
parent02b028733163015259df760e1cb4a86cd50bc40d (diff)
modify changelog
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c3f66e097..e51cfb907 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,11 @@
## master (unreleased)
+### Changes
+
+* [#430](https://github.com/xmake-io/xmake/pull/430): Add `includes("add_cucodegens.lua")` to improve set codegen for cuda
+* [#432](https://github.com/xmake-io/xmake/pull/432): support deps analyze for cu file
+
## v2.2.6
### New features
@@ -584,6 +589,11 @@
## master (开发中)
+### 改进
+
+* [#430](https://github.com/xmake-io/xmake/pull/430): 添加`includes("add_cucodegens.lua")`为cuda改进设置codegen
+* [#432](https://github.com/xmake-io/xmake/pull/432): 针对cuda编译支持依赖分析检测
+
## v2.2.6
### 新特性