summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2024-09-21 20:33:59 +0800
committerruki <[email protected]>2024-09-21 20:34:33 +0800
commitcf25706288e3c890855388e113785b0e53e0338a (patch)
tree14f4ee9a2e4e73104f48d1c6fe47253d6aed53df
parentf56adb75cd226f28d4d92196fcd502d52e251fa4 (diff)
update changelog
-rw-r--r--CHANGELOG.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8c65a530f..435b260bd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,14 @@
## master (unreleased)
+### New features
+
+* [#5527](https://github.com/xmake-io/xmake/issues/5527): Add `set_policy("compatibility.version", "3.0")` to preview v3.0 features.
+
+### Changes
+
+* [#5631](https://github.com/xmake-io/xmake/pull/5631): Add `as_needed` for `add_linkgroups`
+
## v2.9.5
### New features
@@ -1876,6 +1884,14 @@
## master (开发中)
+### 新特性
+
+* [#5527](https://github.com/xmake-io/xmake/issues/5527): 添加 `set_policy("compatibility.version", "3.0")` 提前预览体验 3.0 特性
+
+### 改进
+
+* [#5631](https://github.com/xmake-io/xmake/pull/5631): 为 `add_linkgroups` 添加 `as_needed`
+
## v2.9.5
### 新特性