summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2018-05-03 00:32:33 +0800
committerruki <[email protected]>2018-05-02 21:15:22 +0800
commitc637a43ce135408d8e821be1349d1d2c3b5f71eb (patch)
tree88db38e3ba7c5a3becb442f7fc626c7aedfd41ff
parentcfba205115076f667edaa99bd2d3628a34482065 (diff)
modify changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 81d0b1489..dc459a227 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,7 @@
* Support android NDK >= r14
* Improve warning flags for swiftc
* [#167](https://github.com/tboox/xmake/issues/167): Improve custom rules
+* Improve `os.files` and `os.dirs` api
### Bugs fixed
@@ -468,6 +469,7 @@
* 支持Android NDK >= r14的版本
* 改进swiftc对warning flags的支持
* [#167](https://github.com/tboox/xmake/issues/167): 改进自定义规则:`rule()`
+* 改进`os.files`和`os.dirs`接口,加速文件模式匹配
### Bugs修复