diff options
| author | ruki <[email protected]> | 2022-08-23 22:36:33 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-08-23 22:36:33 +0800 |
| commit | 28bc1d0aa287a8f1a4b913d2d2b45ba86ef2688c (patch) | |
| tree | 9e32b1df5aa7a40d0607097610a1c64be7bea434 | |
| parent | 20411d280b78ec764aac319da250727ce9da1911 (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 5eda9263f..3f4f2b2f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ * [#2614](https://github.com/xmake-io/xmake/issues/2614): Fix building submodules2 tests for msvc * [#2620](https://github.com/xmake-io/xmake/issues/2620): Fix build cache for incremental compilation * [#2177](https://github.com/xmake-io/xmake/issues/2177): Fix python.library segmentation fault for macosx +* [#2708](https://github.com/xmake-io/xmake/issues/2708): Fix link error for mode.coverage rule * Fix rpath for macos/iphoneos frameworks and application ## v2.6.9 @@ -1388,6 +1389,7 @@ * [#2614](https://github.com/xmake-io/xmake/issues/2614): 为 msvc 修复构建 submodules2 测试工程 * [#2620](https://github.com/xmake-io/xmake/issues/2620): 修复构建缓存导致的增量编译问题 * [#2177](https://github.com/xmake-io/xmake/issues/2177): 修复 python.library 在 macOS 上段错误崩溃 +* [#2708](https://github.com/xmake-io/xmake/issues/2708): 修复 mode.coverage 规则的链接错误 * 修复 ios/macOS framework 和 application 的 rpath 加载路径 ## v2.6.9 |
