summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2024-06-03 23:39:24 +0800
committerruki <[email protected]>2024-06-03 23:39:24 +0800
commita1d6ba0e17e3a50ed7fb076cdd3309e6b0705704 (patch)
tree037713816268ea8a566065fed202d2714b74fec4
parentc65b5e9f41616f730d8ec53146ed7832c84c0707 (diff)
update changelog
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7cce03bed..9bbf331d0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,10 @@
* [#4637](https://github.com/xmake-io/xmake/issues/4637): Add mix generator for xpack
* [#5148](https://github.com/xmake-io/xmake/issues/5148): Add on_source in package
+### Changes
+
+* [#5156](https://github.com/xmake-io/xmake/issues/5156): Improve to install cargo packages for rust
+
### Bugs fixed
* [#5176](https://github.com/xmake-io/xmake/pull/5176): Fix VS toolset v144
@@ -1826,6 +1830,10 @@
* [#4637](https://github.com/xmake-io/xmake/issues/4637): 为 xpack 添加 mix 支持
* [#5148](https://github.com/xmake-io/xmake/issues/5148): 为包添加 on_source 配置域
+### 改进
+
+* [#5156](https://github.com/xmake-io/xmake/issues/5156): 改进安装 cargo 包
+
### 问题修复
* [#5176](https://github.com/xmake-io/xmake/pull/5176): 修复 VS toolset v144 支持