diff options
| author | ruki <[email protected]> | 2024-07-02 23:20:24 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-07-02 23:20:24 +0800 |
| commit | 59327827e900ee5b61abba74e85d6081933d2a5a (patch) | |
| tree | 063f06da2cb28212c5557e9727e8f63f0511b62a | |
| parent | fa2e9d25eebe92dd603adfd4ac221b63e9aa994f (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 57139b5de..e10288295 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ ## master (unreleased) +### New features + +* [#5278](https://github.com/xmake-io/xmake/issues/5278): Add `build.intermediate_directory` policy to disable and custom intermediate directory + +### Changes + +* [#5280](https://github.com/xmake-io/xmake/issues/5280): Add missing C++20 Modules file extension +* [#5251](https://github.com/xmake-io/xmake/issues/5251): Update 7z/curl for windows installer + +### Bugs Fixed + +* [#5288](https://github.com/xmake-io/xmake/issues/5288): Fix `xmake test` for unity build +* [#5270](https://github.com/xmake-io/xmake/issues/5270): Fix pch/include for gcc/clang +* [#5276](https://github.com/xmake-io/xmake/issues/5276): Fix find vc6 +* [#5259](https://github.com/xmake-io/xmake/issues/5259): Fix the failure of the command line completion function + ## v2.9.3 ### New features @@ -1828,6 +1844,22 @@ ## master (开发中) +### 新特性 + +* [#5278](https://github.com/xmake-io/xmake/issues/5278): 添加 `build.intermediate_directory` 策略去禁用中间目录生成 + +### 改进 + +* [#5280](https://github.com/xmake-io/xmake/issues/5280): 添加缺失的 C++20 Modules 文件扩展 +* [#5251](https://github.com/xmake-io/xmake/issues/5251): 为 windows installer 更新内置的 7z/curl + +### Bugs 修复 + +* [#5288](https://github.com/xmake-io/xmake/issues/5288): 修复 `xmake test` 对 Unity Build 的支持 +* [#5270](https://github.com/xmake-io/xmake/issues/5270): 修复 gcc/clang 对 pch 的支持 +* [#5276](https://github.com/xmake-io/xmake/issues/5276): 修复查找 vc6 环境 +* [#5259](https://github.com/xmake-io/xmake/issues/5259): 修复命令补全失效问题 + ## v2.9.3 ### 新特性 |
