summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d281a2db1..047e4e917 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
## master (unreleased)
+### Changes
+
+* Add `package:check_sizeof()`
+
### Bugs Fixed
* [#4774](https://github.com/xmake-io/xmake/issues/4774): Fix android symbol strip
@@ -1738,6 +1742,10 @@
## master (开发中)
+### 改进
+
+* 添加 `package:check_sizeof()`
+
### Bugs 修复
* [#4774](https://github.com/xmake-io/xmake/issues/4774): 修复 Android NDK r26b 上的 strip 支持