summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2025-10-12 21:30:37 +0800
committerruki <[email protected]>2025-10-12 21:30:37 +0800
commit3e10647e07e492b2039df4eaffe942888fff4a09 (patch)
tree1b93d59ad22fd639654d306caa6c219efc9bde64
parentbd98673ac1c0058658a5a309a886509e1cc39525 (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b9e507659..623df8d9e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,7 @@
* [#6884](https://github.com/xmake-io/xmake/pull/6884): Add msystem support on msys2
* [#6891](https://github.com/xmake-io/xmake/pull/6891): Add coroutine semaphore
* [#6894](https://github.com/xmake-io/xmake/pull/6894): Add llvm-nm for clang toolchain
+* [#6918](https://github.com/xmake-io/xmake/pull/6918): Add copy_if_different in os.cp
### Changes
@@ -2138,6 +2139,7 @@
* [#6884](https://github.com/xmake-io/xmake/pull/6884): 在 msys2 上添加 msystem 支持
* [#6891](https://github.com/xmake-io/xmake/pull/6891): 添加协程信号量
* [#6894](https://github.com/xmake-io/xmake/pull/6894): 为 clang 工具链添加 llvm-nm
+* [#6918](https://github.com/xmake-io/xmake/pull/6918): 为 os.cp 添加 copy_if_different 支持
### 改进