diff options
| author | ruki <[email protected]> | 2025-06-12 22:39:50 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-06-12 22:39:50 +0800 |
| commit | 175e9ff346ce09678d18baad2bdabc3d010010e2 (patch) | |
| tree | ef21a5a397b21d8ca03adace4f593e5751393e4b | |
| parent | 6c0799109d6c223aa86fba38af6f03829a15fae0 (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e7212fe32..415e29474 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ * [#5926](https://github.com/xmake-io/xmake/issues/5926): Add MIDL support * [#6414](https://github.com/xmake-io/xmake/pull/6414): Add platform.windows.subsystem rule +* [#5527](https://github.com/xmake-io/xmake/issues/5527): Switch to 3.0 policies ### Changes @@ -15,6 +16,9 @@ * [#5545](https://github.com/xmake-io/xmake/discussions/5545): Use ninja generator for cmake package by default * [#6355](https://github.com/xmake-io/xmake/pull/6355): Support customizing implib path of MinGW/MSVC * [#6373](https://github.com/xmake-io/xmake/pull/6373): Improve c++ modules support +* [#6376](https://github.com/xmake-io/xmake/issues/6476): Improve vsxmake generators for namespaces +* [#6209](https://github.com/xmake-io/xmake/pull/6209): Add build jobgraph support +* [#6361](https://github.com/xmake-io/xmake/pull/6361): Rename buildir to builddir ## v2.9.9 @@ -1986,6 +1990,7 @@ * [#5926](https://github.com/xmake-io/xmake/issues/5926): 添加 MIDL 支持 * [#6414](https://github.com/xmake-io/xmake/pull/6414): 添加 platform.windows.subsystem 规则 +* [#5527](https://github.com/xmake-io/xmake/issues/5527): 切换到 3.0 行为策略 ### 改进 @@ -1995,6 +2000,9 @@ * [#5545](https://github.com/xmake-io/xmake/discussions/5545): 构建 cmake 包,默认使用 Ninja 生成器 * [#6355](https://github.com/xmake-io/xmake/pull/6355): 支持自定义 implib 路径和访问 * [#6373](https://github.com/xmake-io/xmake/pull/6373): 改进 c++ modules 支持 +* [#6376](https://github.com/xmake-io/xmake/issues/6476): 改进 vsxmake 生成器,支持命名空间 +* [#6209](https://github.com/xmake-io/xmake/pull/6209): 添加 jobgraph 支持 +* [#6361](https://github.com/xmake-io/xmake/pull/6361): 重命名 buildir 到 builddir ## v2.9.9 |
