diff options
| author | ruki <[email protected]> | 2023-01-11 00:33:56 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-01-11 00:33:56 +0800 |
| commit | 50133fca9a6f5f3919227146e98b08794d84d932 (patch) | |
| tree | 1d530fd7b58d388751fe1889af48e68711e30041 | |
| parent | c90409cf2bfca2531e27d32c6c79c8a151c04510 (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 5f0fc2148..2482a2ff2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ ### Bugs fixed * [#3229](https://github.com/xmake-io/xmake/issues/3229): Fix find rc.exe for vs2015 +* [#3271](https://github.com/xmake-io/xmake/issues/3271): Fix macro defines with spaces ## v2.7.5 @@ -1502,6 +1503,7 @@ ### Bugs 修复 * [#3229](https://github.com/xmake-io/xmake/issues/3229): 修复 vs2015 下找不到 rc.exe 问题 +* [#3271](https://github.com/xmake-io/xmake/issues/3271): 修复支持带有空格的宏定义 ## v2.7.5 |
