summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2020-03-24 00:56:48 +0800
committerruki <[email protected]>2020-03-23 23:40:50 +0800
commit5218660a642fc31120c34d8ede2de093011c57db (patch)
tree6919977f1534bab12d50e4a1b347d99c8326c233
parenta091e2465271811e80417ceb28a8102bf50b507d (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e17752ff2..9b462bcb0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,7 @@
* [#589](https://github.com/xmake-io/xmake/issues/589): Improve and optimize build speed, supports parallel compilation and linking across targets
* Improve the ninja/cmake generator
+* [#728](https://github.com/xmake-io/xmake/issues/728): Improve os.cp to support reserve source directory structure
### Bugs fixed
@@ -709,6 +710,7 @@
* [#589](https://github.com/xmake-io/xmake/issues/589): 改进优化构建速度,支持跨目标间并行编译和link,编译速度和ninja基本持平
* 改进ninja/cmake工程文件生成器插件
+* [#728](https://github.com/xmake-io/xmake/issues/728): 改进os.cp支持保留源目录结构层级的递归复制
### Bugs修复