summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-05-28 23:40:31 +0800
committerruki <[email protected]>2022-05-28 23:40:31 +0800
commit0f3f57cf66da0d16fdc322a87de3dbc0dff189cd (patch)
treecb730993fed1d3b85b8e7389476f70f6ff3e691f
parentfdc84716dd3796c9b1497a01223cff436a72fba3 (diff)
update changelog
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 53f078c2e..3bcb017e0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
## master (unreleased)
+### New features
+
+* [#2318](https://github.com/xmake-io/xmake/issues/2318): Add `xmake f --policies=` config argument to modify project policies
+
### Changes
* fallback to source code build if the precompiled package is error
@@ -1280,6 +1284,10 @@
## master (开发中)
+### 新特性
+
+* [#2318](https://github.com/xmake-io/xmake/issues/2318): 添加 `xmake f --policies=` 配置参数去修改默认策略
+
### 改进
* 如果预编译包构建失败,自动回退到源码包构建