diff options
| -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 |
