summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2018-03-09 23:19:41 +0800
committerruki <[email protected]>2018-03-09 13:58:09 +0800
commitf0cdab9b3b1d2e593fa57ed29b06b828d113462e (patch)
tree77537033fc8faa797a0a22e85d30c75e76432806
parent086526dd70a4d8f7597629177dc44ba9add94ed5 (diff)
modify changelog
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 80e04bd7f..0a5bcb8ae 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
## master (unreleased)
+### New features
+
+* [#158](https://github.com/tboox/xmake/issues/158): Support CUDA Toolkit and Compiler
+
### Changes
* Add FAQ to the auto-generated xmake.lua
@@ -436,6 +440,10 @@
## master (开发中)
+### 新特性
+
+* [#158](https://github.com/tboox/xmake/issues/158): 增加对Cuda编译环境的支持
+
### 改进
* 添加FAQ到自动生成的xmake.lua文件,方便用户快速上手