Skip to content

Commit 660450b

Browse files
committed
update changelog
1 parent e56b4a2 commit 660450b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
* [#7032](https://github.com/xmake-io/xmake/pull/7032): Improve symbol extraction
3434
* [#6952](https://github.com/xmake-io/xmake/pull/6952): Add realtime output support for tests
3535
* [#6998](https://github.com/xmake-io/xmake/pull/6998): Update tbox library for process/argv support
36+
* [#7037](https://github.com/xmake-io/xmake/pull/7037): Improve xmake format
37+
* [#7038](https://github.com/xmake-io/xmake/pull/7038): Improve clang-tidy output handling
3638

3739
### Bugs fixed
3840

@@ -55,6 +57,7 @@
5557
* [#7017](https://github.com/xmake-io/xmake/pull/7017): Fix lock_packages typo
5658
* [#7016](https://github.com/xmake-io/xmake/pull/7016): Fix project default configuration in vsxmake
5759
* [#7018](https://github.com/xmake-io/xmake/pull/7018): Fix build order: only disable when dependency linking inheritance is disabled
60+
* [#7035](https://github.com/xmake-io/xmake/pull/7035): Fix process redirection issues by updating tbox
5861

5962
## v3.0.4
6063

@@ -2215,6 +2218,8 @@
22152218
* [#7032](https://github.com/xmake-io/xmake/pull/7032): 改进符号提取功能
22162219
* [#6952](https://github.com/xmake-io/xmake/pull/6952): 为测试添加实时输出支持
22172220
* [#6998](https://github.com/xmake-io/xmake/pull/6998): 更新 tbox 库以支持 process/argv
2221+
* [#7037](https://github.com/xmake-io/xmake/pull/7037): 改进 xmake format 功能
2222+
* [#7038](https://github.com/xmake-io/xmake/pull/7038): 改进 clang-tidy 输出处理
22182223

22192224
### Bugs 修复
22202225

@@ -2237,6 +2242,7 @@
22372242
* [#7017](https://github.com/xmake-io/xmake/pull/7017): 修复 lock_packages 的拼写错误
22382243
* [#7016](https://github.com/xmake-io/xmake/pull/7016): 修复 vsxmake 中的项目默认配置问题
22392244
* [#7018](https://github.com/xmake-io/xmake/pull/7018): 修复构建顺序:仅在禁用依赖链接继承时才禁用构建顺序
2245+
* [#7035](https://github.com/xmake-io/xmake/pull/7035): 通过更新 tbox 修复进程重定向问题
22402246

22412247
## v3.0.4
22422248

0 commit comments

Comments
 (0)