summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2020-02-22 10:15:13 +0800
committerruki <[email protected]>2020-02-22 10:15:13 +0800
commit4a7f397b9036a3c31cad090732d758794555e40c (patch)
treebec18a16c3c7b2444d833b4f621f948b615fda6a
parente1fc5066ec0b4994af3bd9f8d88c6d5fae25e3b6 (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c01ca66c2..13c797266 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,7 @@
* [#673](https://github.com/xmake-io/xmake/pull/673): Improve tab complete to support argument values
* [#680](https://github.com/xmake-io/xmake/issues/680): Improve get.sh scripts and add download mirrors
* Improve process scheduler
+* [#651](https://github.com/xmake-io/xmake/issues/651): Improve os/io module syserrors tips
### Bugs fixed
@@ -691,6 +692,7 @@
* [#673](https://github.com/xmake-io/xmake/pull/673): 改进tab命令补全,增加对参数values的补全支持
* [#680](https://github.com/xmake-io/xmake/issues/680): 优化get.sh安装脚本,添加国内镜像源,加速下载
* 改进process调度器
+* [#651](https://github.com/xmake-io/xmake/issues/651): 改进os/io模块系统操作错误提示
### Bugs修复