summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2021-12-15 22:43:07 +0800
committerruki <[email protected]>2021-12-15 22:43:07 +0800
commita0d7ded27f92784884e804f330231ec7a3e33b52 (patch)
tree7ed22f987f9c21e65a042001cbe46052743e555f
parent5f262b2602f29f1927e2a37dc81cd1c4c8dea722 (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7198426d7..1cb2bf1d4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@
### New features
* [#1902](https://github.com/xmake-io/xmake/issues/1902): Support to build linux kernel driver modules
+* [#1913](https://github.com/xmake-io/xmake/issues/1913): Build and run targets with given group pattern
### Change
@@ -1165,6 +1166,7 @@
### 新特性
* [#1902](https://github.com/xmake-io/xmake/issues/1902): 支持构建 linux 内核驱动模块
+* [#1913](https://github.com/xmake-io/xmake/issues/1913): 通过 group 模式匹配,指定构建和运行一批目标程序
### 改进