summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-07-30 23:14:03 +0800
committerruki <[email protected]>2022-07-30 23:14:03 +0800
commit48bbdc61c663ac460e4fbf8768b22997bed0efec (patch)
tree8202fffd5c143c6f7d0a9fd13b01be5a25d06196
parent5aec161f35f6905af15764a6da985359d25175ad (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d811e1e49..6fc1bfef3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@
### New features
* [#2555](https://github.com/xmake-io/xmake/issues/2555): Add fwatcher module and `xmake watch` plugin command
+* Add `xmake service --pull 'build/**' outputdir` to pull the given files in remote server
### Changes
@@ -1357,6 +1358,7 @@
### 新特性
* [#2555](https://github.com/xmake-io/xmake/issues/2555): 添加 fwatcher 模块和 `xmake watch` 插件命令
+* 添加 `xmake service --pull 'build/**' outputdir` 命令去拉取远程构建服务器上的文件
### 改进