diff options
| author | ruki <[email protected]> | 2022-04-02 14:00:08 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-04-02 14:00:08 +0800 |
| commit | bcf8fe42e129bb8f350d812041a9005ebbb589b6 (patch) | |
| tree | 2b9e84a76435cb65d2ebcf29292e1f4776cabb52 | |
| parent | 080882ac77d8df3102014300be8544d46b1e0fc1 (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 e17b945f5..e259bd069 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ * [#2138](https://github.com/xmake-io/xmake/issues/2138): Support template package * [#2185](https://github.com/xmake-io/xmake/issues/2185): Add `--appledev=simulator` to improve apple simulator support +* [#2227](https://github.com/xmake-io/xmake/issues/2227): Improve cargo package with Cargo.toml file ### Changes @@ -1237,6 +1238,7 @@ * [#2138](https://github.com/xmake-io/xmake/issues/2138): 支持模板包 * [#2185](https://github.com/xmake-io/xmake/issues/2185): 添加 `--appledev=simulator` 去改进 Apple 模拟器目标编译支持 +* [#2227](https://github.com/xmake-io/xmake/issues/2227): 改进 cargo 包,支持指定 Cargo.toml 文件 ### 改进 |
