summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-10-20 22:46:50 +0800
committerruki <[email protected]>2022-10-20 22:46:50 +0800
commit163516962fe212c7c6c3e7e7dd108438349fd292 (patch)
tree5a4469a4319b772e009c5e4c54696b39624fe66c
parentedc69e74e12ae66e9fe6f8a99f8ef9eaf522234e (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b31bb52ca..a1caeb156 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@
### New features
* A new optional configuration syntax. It is LSP friendly, automatically calls target_end() to achieve scope isolation.
+* [#2944](https://github.com/xmake-io/xmake/issues/2944): Add `gnu-rm.binary` and `gnu-rm.static` rules and tests for embed project
### Changes
@@ -1415,6 +1416,7 @@
### 新特性
* 一种新的可选域配置语法,对 LSP 友好,并且支持域隔离。
+* [#2944](https://github.com/xmake-io/xmake/issues/2944): 为嵌入式工程添加 `gnu-rm.binary` 和 `gnu-rm.static` 规则和测试工程
### 改进