summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2025-09-20 00:24:33 +0800
committerruki <[email protected]>2025-09-20 00:24:33 +0800
commitc991a3b06cc58769c1ff94a5e43637f2e95c52b9 (patch)
tree41f2d8d2472cbc19b1c327202b54dddc79d5d204
parent1d5722cd72d1e647851b313843e03d1f2febeb1e (diff)
update changelog
-rw-r--r--CHANGELOG.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index eb978ae7c..c2994f89f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,7 +16,6 @@
* [#6765](https://github.com/xmake-io/xmake/pull/6765): Improve bin2c to use native thread
* [#6771](https://github.com/xmake-io/xmake/pull/6771): Fix find gcc/gxx cache
-* [#6776](https://github.com/xmake-io/xmake/pull/6776): Revert config targets
* [#6777](https://github.com/xmake-io/xmake/pull/6777): Fix executable path for cmake
* [#6782](https://github.com/xmake-io/xmake/pull/6782): Update engine
* [#6783](https://github.com/xmake-io/xmake/pull/6783): Fix build.c++.modules.std policy
@@ -29,7 +28,7 @@
* [#6810](https://github.com/xmake-io/xmake/pull/6810): Improve the default flags for cmake
* [#6801](https://github.com/xmake-io/xmake/pull/6801): Change compilers priority for gcc and clang
* [#6819](https://github.com/xmake-io/xmake/pull/6819): Improve show target
-* [#6817](https://github.com/xmake-io/xmake/pull/6817): Improve build targets
+* [#6817](https://github.com/xmake-io/xmake/pull/6817): Improve build targets speed
* [#6822](https://github.com/xmake-io/xmake/pull/6822): Prioritize envs over repo cache
* [#6824](https://github.com/xmake-io/xmake/pull/6824): Improve has_flags
* [#6832](https://github.com/xmake-io/xmake/pull/6832): Optimize codesign
@@ -2097,9 +2096,7 @@
* [#6765](https://github.com/xmake-io/xmake/pull/6765): 改进 bin2c 使用原生线程
* [#6771](https://github.com/xmake-io/xmake/pull/6771): 修复 find gcc/gxx 缓存
-* [#6776](https://github.com/xmake-io/xmake/pull/6776): 回滚配置目标
* [#6777](https://github.com/xmake-io/xmake/pull/6777): 修复 cmake 的可执行文件路径
-* [#6782](https://github.com/xmake-io/xmake/pull/6782): 更新引擎
* [#6783](https://github.com/xmake-io/xmake/pull/6783): 修复 build.c++.modules.std 策略
* [#6744](https://github.com/xmake-io/xmake/pull/6744): 当提供 --verbose 或 --diagnosis 时使用文件来存储 requires 标志
* [#6780](https://github.com/xmake-io/xmake/pull/6780): 添加基准测试并优化配置/构建目标
@@ -2110,7 +2107,7 @@
* [#6810](https://github.com/xmake-io/xmake/pull/6810): 改进 cmake 的默认标志
* [#6801](https://github.com/xmake-io/xmake/pull/6801): 更改 gcc 和 clang 的编译器优先级
* [#6819](https://github.com/xmake-io/xmake/pull/6819): 改进 show target
-* [#6817](https://github.com/xmake-io/xmake/pull/6817): 改进构建目标
+* [#6817](https://github.com/xmake-io/xmake/pull/6817): 改进构建速度
* [#6822](https://github.com/xmake-io/xmake/pull/6822): 优先使用环境变量而不是仓库缓存
* [#6824](https://github.com/xmake-io/xmake/pull/6824): 改进 has_flags
* [#6832](https://github.com/xmake-io/xmake/pull/6832): 优化代码签名