summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-09-06 23:27:28 +0800
committerruki <[email protected]>2022-09-06 23:27:28 +0800
commit82d8ff1eb80e394ecbe135391405bede241bf889 (patch)
tree6437ded9cab6092b93c32385c150e39410ffa9cc
parent19c45982eecdc1938706517314ba48379145cbb3 (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dfe2a3577..f247b1e89 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@
### New features
* [#2140](https://github.com/xmake-io/xmake/issues/2140): Support Windows Arm64
+* [#2719](https://github.com/xmake-io/xmake/issues/2719): Add `package.librarydeps.strict_compatibility` to strict compatibility for package linkdeps
### Changes
@@ -1386,6 +1387,7 @@
### 新特性
* [#2140](https://github.com/xmake-io/xmake/issues/2140): 支持 Windows Arm64
+* [#2719](https://github.com/xmake-io/xmake/issues/2719): 添加 `package.librarydeps.strict_compatibility` 策略严格限制包依赖兼容性
### 改进