summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-09-21 22:56:44 +0800
committerruki <[email protected]>2023-09-21 22:56:44 +0800
commitcffe7e0860e58af6fbc4f0b9338db5f3fad28275 (patch)
tree298c0c02dec9b70453a1b4510b10cb87748c9ecd
parent03cc3f6e5d024984f4a2f1612fd6130a86d9610a (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index be5af0732..d7ffb3cbd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@
* [#4147](https://github.com/xmake-io/xmake/issues/4147): Add hlsl2spv rule
* [#4226](https://github.com/xmake-io/xmake/issues/4226): Support sanitizers for package and policy
* Add lib.lua.package module
+* Add `run.autobuild` policy
### Changes
@@ -1665,6 +1666,7 @@
* [#4147](https://github.com/xmake-io/xmake/issues/4147): 添加 hlsl2spv 规则
* 添加 lib.lua.package 模块
* [#4226](https://github.com/xmake-io/xmake/issues/4226): 新增 asan 相关策略和对包的支持
+* 添加 `run.autobuild` 策略开启运行前自动构建
### 改进