diff options
| author | ruki <[email protected]> | 2023-09-20 23:48:25 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-09-20 23:48:25 +0800 |
| commit | 9ea992d663e636981ec3f0d38d125688f265e216 (patch) | |
| tree | 51384cf6829124b4d533d17e0c27437b6692efb5 | |
| parent | 812e501ca76e6d6faab2a3b5161d9ce2550e6008 (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fa59ea75b..48b71cde4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,8 @@ * [#4110](https://github.com/xmake-io/xmake/issues/4110): Fix extrafiles * [#4115](https://github.com/xmake-io/xmake/issues/4115): Fix compile_commands generator for clangd * [#4199](https://github.com/xmake-io/xmake/pull/4199): Fix compile_commands generator for c++ modules +* Fix os.mv fail on window +* [#4214](https://github.com/xmake-io/xmake/issues/4214): Fix rust workspace build error ## v2.8.2 @@ -1677,6 +1679,8 @@ * [#4110](https://github.com/xmake-io/xmake/issues/4110): 修复 extrafiles * [#4115](https://github.com/xmake-io/xmake/issues/4115): 修复 compile_commands 生成器 * [#4199](https://github.com/xmake-io/xmake/pull/4199): 修复 compile_commands 生成器对 c++ modules 的支持 +* 修复 os.mv 在 windows 上跨驱动盘失败问题 +* [#4214](https://github.com/xmake-io/xmake/issues/4214): 修复 rust workspace 构建问题 ## v2.8.2 |
