summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2017-11-01 22:28:33 +0800
committerruki <[email protected]>2017-11-01 08:51:20 +0800
commit8a912942229c794985c7cbe8682da292ef16caca (patch)
treea2044c44dd2fad0b542b7219ac7c1266a7af9489
parent2e71d91653126f1a1c74c6e6fb157f5943b051e4 (diff)
modify changelog
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4396db45e..ae67b079c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,10 @@
* Add `XMAKE_LOGFILE` environment variable to dump the output info to file
* Support tinyc compiler
+### Changes
+
+* Improve support for IDE/editor plugins (.e.g vscode, sublime, intellij-idea)
+
### Bugs fixed
* [#145](https://github.com/tboox/xmake/issues/145): Fix the current directory when running target
@@ -386,6 +390,10 @@
* 添加`XMAKE_LOGFILE`环境变量,启用输出到日志文件
* 添加对tinyc编译器的支持
+### 改进
+
+* 改进对IDE和编辑器插件的集成支持,例如:Visual Studio Code, Sublime Text 以及 IntelliJ IDEA
+
### Bugs修复
* [#145](https://github.com/tboox/xmake/issues/145): 修复运行target的当前目录环境