summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2024-09-23 22:55:38 +0800
committerruki <[email protected]>2024-09-23 22:55:38 +0800
commitfdfac33bc1dcc7b13acd5ff3d24a5151f3bafab8 (patch)
tree4dd4934420b5e0f262b93c1fb66cc96ade0239a5
parenta4cf0a013a1ed55134fb9bc27bd11bef5c8d1321 (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a705027db..ee2eaada4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@
### New features
* [#5527](https://github.com/xmake-io/xmake/issues/5527): Add `set_policy("compatibility.version", "3.0")` to preview v3.0 features.
+* [#5649](https://github.com/xmake-io/xmake/pull/5649): Add `package.check_fcsnippets`
### Changes
@@ -1891,6 +1892,7 @@
### 新特性
* [#5527](https://github.com/xmake-io/xmake/issues/5527): 添加 `set_policy("compatibility.version", "3.0")` 提前预览体验 3.0 特性
+* [#5649](https://github.com/xmake-io/xmake/pull/5649): 添加 `package.check_fcsnippets`
### 改进