summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2017-05-03 00:52:36 +0800
committerruki <[email protected]>2017-05-03 00:52:36 +0800
commit3f0dc41d0e8af58b17c289492b68f21e4755c36e (patch)
treec1b7745c426fe7cd19139bdbac8b1973ee9dae8a
parentde015c5f1e1fb0351d20384ac8ee28425edcfa97 (diff)
modify changelog
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ab8769f13..ef2e1b42b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@
* [#68](https://github.com/tboox/xmake/issues/68): Add `$(programdir)` and `$(xmake)` builtin variables
* add `is_host` api to get current host operating system
+* [#79](https://github.com/tboox/xmake/issues/79): Improve `xmake lua` to run interactive commands, read-eval-print (REPL)
### Changes
@@ -270,8 +271,9 @@
### 新特性
-* [#68](https://github.com/tboox/xmake/issues/68): 天剑`$(programdir)`和`$(xmake)`内建变量
+* [#68](https://github.com/tboox/xmake/issues/68): 增加`$(programdir)`和`$(xmake)`内建变量
* 添加`is_host`接口去判断当前的主机环境
+* [#79](https://github.com/tboox/xmake/issues/79): 增强`xmake lua`,支持交互式解释执行
### 改进