diff options
| author | ruki <[email protected]> | 2023-09-15 23:49:57 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-09-15 23:49:57 +0800 |
| commit | 4558156324474d4ca9dd599ea93e2c822fe9bce9 (patch) | |
| tree | ab2ee74556955c983217f7a887bfd0ff7c41981a | |
| parent | f47973ccb2d60daf469f831ae3e7bcb85643ba85 (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 c89f9ffc9..2828b2e6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ * [#4110](https://github.com/xmake-io/xmake/issues/4110): Fix extrafiles * [#4115](https://github.com/xmake-io/xmake/issues/4115): Fix compile_commands generator for clangd +* [#4199](https://github.com/xmake-io/xmake/pull/4199): Fix compile_commands generator for c++ modules ## v2.8.2 @@ -1671,6 +1672,7 @@ * [#4110](https://github.com/xmake-io/xmake/issues/4110): 修复 extrafiles * [#4115](https://github.com/xmake-io/xmake/issues/4115): 修复 compile_commands 生成器 +* [#4199](https://github.com/xmake-io/xmake/pull/4199): 修复 compile_commands 生成器对 c++ modules 的支持 ## v2.8.2 |
