summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2017-06-29 13:20:03 +0800
committerruki <[email protected]>2017-06-29 13:20:03 +0800
commitfddddbc77525dd924117863c74f665ef53ed4663 (patch)
tree11f43c888f2181b84f23b5664862e9a44d270f53
parent2be42fdf5f7c47d70dc569d51ea947c595211830 (diff)
modify changelog
-rw-r--r--.travis.yml4
-rw-r--r--CHANGELOG.md2
2 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index e7e12f2b2..ae11d601d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,8 +23,8 @@ script:
- scripts/get.sh __local__
- source ~/.xmake/profile
- xmake lua versioninfo
- - xmake f -m coverage -P core
- - xmake -P core
+ - xmake f -m coverage -P core
+ - xmake -v -P core
- export XMAKE_PROGRAM_DIR=$PWD/xmake
- core/build/xmake lua versioninfo
- echo "require('luacov.runner').init({['statsfile']='$PWD/luacov.stats.out',['reportfile']='$PWD/luacov.report.out'})" > tmp
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 15899a0c6..f766eb9c4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -32,6 +32,7 @@
* Fix `try-catch-finally`
* Fix interpreter bug when parsing multi-level subdirs
* [#115](https://github.com/tboox/xmake/pull/115): Fix the path problem of the install script `get.sh`
+* Fix cache bug for import()
## v2.1.4
@@ -333,6 +334,7 @@
* 修复`try-catch-finally`
* 修复解释器bug,解决当加载多级子目录时,根域属性设置不对
* [#115](https://github.com/tboox/xmake/pull/115): 修复安装脚本`get.sh`的路径问题
+* 修复`import()`导入接口的缓存问题
## v2.1.4