summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-09-22 00:36:43 +0800
committerruki <[email protected]>2023-09-22 00:36:43 +0800
commitbe25747661046f65ef66f04266c8f135e9c762ee (patch)
tree7195653387493cdebebd14e79e765a415f7b19b7
parent8dcf8c655bbe13a6b10204d98310a6c178ba8ef5 (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d7ffb3cbd..8236bc0f4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@
* [#4226](https://github.com/xmake-io/xmake/issues/4226): Support sanitizers for package and policy
* Add lib.lua.package module
* Add `run.autobuild` policy
+* Add global policies `xmake g --policies=`
### Changes
@@ -1667,6 +1668,7 @@
* 添加 lib.lua.package 模块
* [#4226](https://github.com/xmake-io/xmake/issues/4226): 新增 asan 相关策略和对包的支持
* 添加 `run.autobuild` 策略开启运行前自动构建
+* 添加全局策略 `xmake g --policies=`
### 改进