summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2020-11-08 19:20:08 +0800
committerruki <[email protected]>2020-11-08 19:20:08 +0800
commite6b218340557d4493aeb42b6117c3cbb1ec9a5d5 (patch)
tree984037f0386e78690ee014acca7a21ddb41616b9
parentda3c6af9d6584593311313c2ced57c1a39fff5ae (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3b7b1de3d..0b84bb597 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@
* Support for installing packages of cross-compilation
* Add musl.cc toolchains
* [#1009](https://github.com/xmake-io/xmake/issues/1009): Support select and install any version package, e.g. `add_requires("libcurl 7.73.0", {verify = false})`
+* [#1016](https://github.com/xmake-io/xmake/issues/1016): Add license checking for target/packages
### Change
@@ -862,6 +863,7 @@
* 支持安装交叉编译的依赖包
* 新增musl.cc上的工具链支持
* [#1009](https://github.com/xmake-io/xmake/issues/1009): 支持忽略校验去安装任意版本的包,`add_requires("libcurl 7.73.0", {verify = false})`
+* [#1016](https://github.com/xmake-io/xmake/issues/1016): 针对依赖包增加license兼容性检测
### 改进