diff options
| author | ruki <[email protected]> | 2021-11-13 13:58:51 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-11-13 13:58:51 +0800 |
| commit | f48b0a3fe109284d9bb08a1f5ecb7dee39ff40a2 (patch) | |
| tree | 32b7585eb57d67629752cbe96ec82ed601464288 | |
| parent | 80326fdfb7fa838d3dc79aa24c9dcc01519b173b (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 432e5fb03..7599eddfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## master (unreleased) +### New features + +* [#1799](https://github.com/xmake-io/xmake/issues/1799): Support mixed rust & c++ target and cargo dependences + ### Changes * Switch to Lua5.4 runtime by default @@ -1127,6 +1131,10 @@ ## master (开发中) +### 新特性 + +* [#1799](https://github.com/xmake-io/xmake/issues/1799): 支持混合 Rust 和 C++ 程序,以及集成 Cargo 依赖库 + ### 改进 * 默认切换到 Lua5.4 运行时 |
