diff options
| author | ruki <[email protected]> | 2022-08-10 00:39:57 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-08-10 00:39:57 +0800 |
| commit | 08d942bbf1e00d9c40d7e39af80ef0ba461d71c1 (patch) | |
| tree | afb150e9ada9892cd9e1d862b55c00b4f8ab9ce9 | |
| parent | bb0ac095bacb21f69777eb9e1a31b23b0c8daaa0 (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 38059a2d0..49b5bb8c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,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 ## v2.6.9 @@ -1373,6 +1374,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 上段错误崩溃 ## v2.6.9 |
