summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2021-03-17 23:54:41 +0800
committerruki <[email protected]>2021-03-17 23:54:41 +0800
commitcd691e6947fab6b744e47312252d152d7b494111 (patch)
tree6672b8ec2cb2b53e981a8f289b4e546aec4156af
parent995140f2d16f4950c66611b38f06bfaf7c61ea1b (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 55dfcb09d..9abf783ad 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,7 @@
### Change
* [#1275](https://github.com/xmake-io/xmake/issues/1275): Support conditionnal targets for vsxmake plugin
+* [#1290](https://github.com/xmake-io/xmake/pull/1290): Improve android ndk to support >= r22
### Bugs fixed
@@ -962,6 +963,7 @@
## 改进
* [#1275](https://github.com/xmake-io/xmake/issues/1275): 改进 vsxmake 生成器,支持条件化编译 targets
+* [#1290](https://github.com/xmake-io/xmake/pull/1290): 增加对 Android ndk r22 以上版本支持
## Bugs 修复