diff options
| author | ruki <[email protected]> | 2024-03-15 23:00:25 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-03-16 18:27:37 +0800 |
| commit | 9eb1a7489b99e05c65c62ccb651c65c02dc9b216 (patch) | |
| tree | bd39b95214a5015aeb5d5555422dec101789116d | |
| parent | 2c8087911eae1851531b84b82f5150e9359c5f98 (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 bb7afffad..f3f40bb47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ * [#4772](https://github.com/xmake-io/xmake/issues/4772): Improve tools.cmake to support vs2022 preview (v144) * [#4813](https://github.com/xmake-io/xmake/issues/4813): Add gb2312 encoding * [#4864](https://github.com/xmake-io/xmake/issues/4864): Improve to extract symbols for gdb +* [#4831](https://github.com/xmake-io/xmake/issues/4831): Allow target:fileconfig() for headerfiles ### Bugs Fixed @@ -1762,6 +1763,7 @@ * [#4772](https://github.com/xmake-io/xmake/issues/4772): 改进 tools.cmake 去兼容支持 vs2022 preview (v144) * [#4813](https://github.com/xmake-io/xmake/issues/4813): 添加 gb2312 编码 * [#4864](https://github.com/xmake-io/xmake/issues/4864): 改进抽取符号,支持 gdb 断点调试 +* [#4831](https://github.com/xmake-io/xmake/issues/4831): 改进 target:fileconfig() 支持 headerfiles ### Bugs 修复 |
