summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2021-12-23 22:38:56 +0800
committerruki <[email protected]>2021-12-23 22:38:56 +0800
commitf94275cc4a85e40ed6f05200c6a69a189f3d61df (patch)
treed221ab3033c6f9b24a16067b420c6630b95b5974
parent95b63301dd11e16b5039aa9c10cda77e8ddc1036 (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 998e9d2ff..61bba3c68 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@
### New features
* [#1298](https://github.com/xmake-io/xmake/issues/1928): Support vcpkg manifest mode and select version for package/install
+* [#1896](https://github.com/xmake-io/xmake/issues/1896): Add `python.library` rule to build pybind modules
### Changes
@@ -1177,6 +1178,7 @@
### 新特性
* [#1298](https://github.com/xmake-io/xmake/issues/1928): 支持 vcpkg 清单模式安装包,实现安装包的版本选择
+* [#1896](https://github.com/xmake-io/xmake/issues/1896): 添加 `python.library` 规则去构建 pybind 模块,并且支持 soabi
### 改进