summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2021-12-07 09:48:27 +0800
committerGitHub <[email protected]>2021-12-07 09:48:27 +0800
commit9d19f1a747c0ebf692fbeca25a78f41b7fcd55e3 (patch)
tree3ac72d42ac013e3ba36433bc48f71598e113f677
parent1db61fa633f64f3d7465e3d960016934b0fedc80 (diff)
Update CHANGELOG.md
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 20fbc3cde..5765824ff 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@
### Change
* [#1872](https://github.com/xmake-io/xmake/issues/1872): Escape characters for set_configvar
+* [#1888](https://github.com/xmake-io/xmake/issues/1888): Improve windows installer to avoid remove other files
### Bugs fixed
@@ -1153,6 +1154,7 @@
### 改进
* [#1872](https://github.com/xmake-io/xmake/issues/1872): 支持转义 set_configvar 中字符串值
+* [#1888](https://github.com/xmake-io/xmake/issues/1888): 改进 windows 安装器,避免错误删除其他安装目录下的文件
### Bugs 修复