summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-08-31 22:45:28 +0800
committerruki <[email protected]>2022-08-31 22:45:28 +0800
commit9706d7e9185eb5acf843b24bda8f1564293280f0 (patch)
tree5aabff899486f79b1844227cda7e1813e416b976
parentded1a93f8f9cdb86c38b37f97915f9452e822fa5 (diff)
update changelog
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3b57123de..9fd899e4a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,10 @@
* [#2140](https://github.com/xmake-io/xmake/issues/2140): Support Windows Arm64
+### Changes
+
+* [#2745](https://github.com/xmake-io/xmake/pull/2745): Improve os.cp to support symlink
+
### Bugs fixed
* [#2740](https://github.com/xmake-io/xmake/issues/2740): Fix build c++ modules stuck and slower for msvc
@@ -1380,6 +1384,10 @@
* [#2140](https://github.com/xmake-io/xmake/issues/2140): 支持 Windows Arm64
+### 改进
+
+* [#2745](https://github.com/xmake-io/xmake/pull/2745): 改进 os.cp 支持符号链接复制
+
### Bugs 修复
* [#2740](https://github.com/xmake-io/xmake/issues/2740): 修复 msvc 构建 C++ modules 卡死问题