From a1d6ba0e17e3a50ed7fb076cdd3309e6b0705704 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 3 Jun 2024 23:39:24 +0800 Subject: [PATCH] update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cce03bed95..9bbf331d05d 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 支持