summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-07-05 00:53:20 +0800
committerruki <[email protected]>2022-07-05 00:53:20 +0800
commit4ee209c6235385a6e2b4182cab870f14067a50d1 (patch)
tree4fcd67448fd3c4461313b1ec0c17e398003eee5b
parent35aba296180707618e5cce6666c32a9707735bd9 (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d9173bf16..dbbff8c8a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@
* [#2474](https://github.com/xmake-io/xmake/issues/2474): Add icx and dpcpp toolchains
* [#2523](https://github.com/xmake-io/xmake/issues/2523): Improve LTO support
+* [#2527](https://github.com/xmake-io/xmake/issues/2527): Add set_runargs api
### Changes
@@ -1336,6 +1337,7 @@
* [#2474](https://github.com/xmake-io/xmake/issues/2474): 添加 icx 和 dpcpp 工具链
* [#2523](https://github.com/xmake-io/xmake/issues/2523): 改进对 LTO 的支持
+* [#2527](https://github.com/xmake-io/xmake/issues/2527): 添加 set_runargs 接口
### 改进