summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-04-03 22:50:53 +0800
committerruki <[email protected]>2023-04-03 22:50:53 +0800
commit5da0d5ed555cb4236add90c900b475a4faf073b5 (patch)
tree31eaddfb469bb4668cc886dfa092f298b0bb7847
parent45495538d52c211c7cacd741f727234b2b920373 (diff)
fix changelog
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2ddcb596c..c7ab999ac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,7 @@
* [#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
-* [#3537](https://github.com/xmake-io/xmake/issues/3527): Add --fix for clang.tidy checker
+* [#3537](https://github.com/xmake-io/xmake/issues/3537): Add --fix for clang.tidy checker
### Changes
@@ -1557,7 +1557,7 @@
* [#3518](https://github.com/xmake-io/xmake/issues/3518): 分析编译和链接性能
* [#3522](https://github.com/xmake-io/xmake/issues/3522): 为 target 添加 has_cflags, has_xxx 等辅助接口
-* [#3537](https://github.com/xmake-io/xmake/issues/3527): 为 clang.tidy 检测器添加 `--fix` 自动修复
+* [#3537](https://github.com/xmake-io/xmake/issues/3537): 为 clang.tidy 检测器添加 `--fix` 自动修复
### 改进