summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-03-18 10:47:54 +0800
committerruki <[email protected]>2023-03-18 10:47:54 +0800
commit023d2d754455214b53c401dd23febf2794827483 (patch)
tree122f26e7eb8f7f51fd873e7e8f97608d0592f132
parentcd3204a943a247ca34a11c005a557cb913829c22 (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8afcbf9be..744a1dc95 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@
### New features
* [#3518](https://github.com/xmake-io/xmake/issues/3518): Profile compile and link performance
+* [#3522](https://github.com/xmake-io/xmake/issues/3522): Add has_cflags, has_xxx for target
### Changes
@@ -1553,6 +1554,7 @@
### 新特性
* [#3518](https://github.com/xmake-io/xmake/issues/3518): 分析编译和链接性能
+* [#3522](https://github.com/xmake-io/xmake/issues/3522): 为 target 添加 has_cflags, has_xxx 等辅助接口
### 改进