summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-02-02 22:48:42 +0800
committerruki <[email protected]>2023-02-02 22:48:42 +0800
commit69aaddc2100cf12028d18ed55254ece8d27e5309 (patch)
tree0b4d3a38a78444e2ad4eb909d5ad929a40fac51b
parent8e993a27b90ae09dc0e2dbed4b4a21a30f926a87 (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 20478227c..75c0d3892 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@
### New features
* Add Haiku support
+* [#3326](https://github.com/xmake-io/xmake/issues/3326): Add `xmake check` to check project code (clang-tidy) and configuration
### Changes
@@ -1527,6 +1528,7 @@
### 新特性
* 添加 Haiku 支持
+* [#3326](https://github.com/xmake-io/xmake/issues/3326): 添加 `xmake check` 去检测工程代码 (clang-tidy) 和 API 参数配置
### 改进