summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2017-08-16 10:36:46 +0800
committerruki <[email protected]>2017-08-16 10:36:46 +0800
commit1801533d6ec2b2f981c58bf1a5a5e4aea56d633a (patch)
tree895d32f9ba374e4c12abcd3ee55b19877724e72f
parent33aa01ea89adaac28b5cfd41a52e2fc54d978c63 (diff)
modify changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4a649a77d..90be6b2f7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@
* Improve `add_files` to configure the compile option of the given files
* Inherit links and linkdirs from the dependent targets and options
* Improve `target.add_deps` and add inherit config, .e.g `add_deps("test", {inherit = false})`
+* Remove the binary files of `tbox.pkg`
### Bugs fixed
@@ -338,6 +339,7 @@
* 改进`add_files`,支持对files粒度进行编译选项的各种配置,更加灵活。
* 从依赖的target和option中继承links和linkdirs。
* 改进`target.add_deps`接口,添加继承配置,允许手动禁止依赖继承,例如:`add_deps("test", {inherit = false})`
+* 移除`tbox.pkg`二进制依赖
### Bugs修复