diff options
| author | ruki <[email protected]> | 2024-11-30 00:49:45 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-11-30 00:49:45 +0800 |
| commit | 7c6fd15fb59da11c1d45e6c4fa33a96dfd801889 (patch) | |
| tree | b09ba93fe51ad220915a41b470c57132657d8c9d | |
| parent | 4dc5adcc73d576d06764233f29a5657727b60479 (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cda5b4f23..00357a2ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ ### Bugs fixed * [#5856](https://github.com/xmake-io/xmake/issues/5856): Fix compile c++modules for clang +* [#5858](https://github.com/xmake-io/xmake/issues/5858): Fix the precompiled header for gcc ## v2.9.6 @@ -1928,6 +1929,7 @@ ### Bugs 修复 * [#5856](https://github.com/xmake-io/xmake/issues/5856): 修复 c++modules 在 clang 下的编译 +* [#5858](https://github.com/xmake-io/xmake/issues/5858): 修复 gcc 的头文件预编译问题 ## v2.9.6 |
