summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2017-04-16 21:51:04 +0800
committerruki <[email protected]>2017-04-16 21:51:04 +0800
commitcd8c8b2d00b0781e971dfd5eb985c3c859591a02 (patch)
treef3673a6ecaf8f5d713cebe1eb1bb888118c841db
parent057493ce4252bbbd3c52db87ec044e14ce565ed5 (diff)
modify changelog
-rw-r--r--CHANGELOG.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7bd2877ef..fdf672d2e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
## master (unreleased)
+### New features
+
+* [#68](https://github.com/tboox/xmake/issues/68): Add `$(programdir)` and `$(xmake)` builtin variables
+
### Changes
* Modify option menu color.
@@ -257,13 +261,17 @@
## master (开发中)
-### Changes
+### 新特性
+
+* [#68](https://github.com/tboox/xmake/issues/68): 天剑`$(programdir)`和`$(xmake)`内建变量
+
+### 改进
* 修改菜单选项颜色
* [#71](https://github.com/tboox/xmake/issues/71): 针对widows编译器改进优化选项映射
* [#73](https://github.com/tboox/xmake/issues/73): 尝试获取可执行文件路径来作为xmake的脚本目录
-### Bugs fixed
+### Bugs修复
* [#67](https://github.com/tboox/xmake/issues/67): 修复 `sudo make install` 命令权限问题
* [#70](https://github.com/tboox/xmake/issues/70): 修复检测android编译器错误