diff options
| author | ruki <[email protected]> | 2020-04-03 23:25:04 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-04-03 14:30:27 +0800 |
| commit | 295d42e9baeaece293cd8d76cf4af133a1298435 (patch) | |
| tree | 738561ecb34675533ab4dcdd2430e2a635dbf1d6 | |
| parent | f6a13439dd3052f9f88b012acb50bd4c85cce77d (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b760bd43a..a268cd6f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## master (unreleased) +### New features + +* [#727](https://github.com/xmake-io/xmake/issues/727): Strip and generate debug symbols file (.so/.dSYM) for android/ios program + ## v2.3.2 ### New features @@ -705,6 +709,10 @@ ## master (开发中) +### 新特性 + +* [#727](https://github.com/xmake-io/xmake/issues/727): 支持为android, ios程序生成.so/.dSYM符号文件 + ## v2.3.2 ### 新特性 |
