diff options
| author | ruki <[email protected]> | 2024-02-27 22:35:49 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-02-27 22:35:49 +0800 |
| commit | a7c4d6ce13b1d4b93ac9e9586ea79cf7ff76bcbf (patch) | |
| tree | 1e7cd249cc850adb5f14f3f7b83b91d62d39920e | |
| parent | ca46413dddc2c7aeb4c445ee5c3c4d1ead664e49 (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 248710f8d..fcf8954f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ * [#4774](https://github.com/xmake-io/xmake/issues/4774): Fix android symbol strip * [#4769](https://github.com/xmake-io/xmake/issues/4769): Fix cross toolchain and format +* [#4776](https://github.com/xmake-io/xmake/issues/4776): Fix soname for linux ## v2.8.7 @@ -1740,6 +1741,7 @@ * [#4774](https://github.com/xmake-io/xmake/issues/4774): 修复 Android NDK r26b 上的 strip 支持 * [#4769](https://github.com/xmake-io/xmake/issues/4769): 修复交叉编译工具链问题 +* [#4776](https://github.com/xmake-io/xmake/issues/4776): 修复 soname ## v2.8.7 |
