diff options
| author | ruki <[email protected]> | 2021-01-12 22:36:30 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-01-12 22:36:30 +0800 |
| commit | ce307e3c199067dfeb93f5638c1892ae6116474d (patch) | |
| tree | 36d6cab5b4d949de908f822c77c3f1b5144830d9 | |
| parent | c07307aad9116c002e1d9cad8411736ff47cf99e (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 5ea11702c..608fc317d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ * [#1132](https://github.com/xmake-io/xmake/issues/1132): Fix TrimEnd bug for vsxmake * [#1142](https://github.com/xmake-io/xmake/issues/1142): Fix git not found when installing packages * Fix macos.version bug for macOS Big Sur +* [#1084](https://github.com/xmake-io/xmake/issues/1084): Fix `add_defines()` bug (contain spaces) ## v2.3.9 @@ -924,6 +925,7 @@ * [#1132](https://github.com/xmake-io/xmake/issues/1132): 修复 vsxmake 插件中配置路径被截断问题 * [#1142](https://github.com/xmake-io/xmake/issues/1142): 修复安装包的时候,出现git找不到问题 * 修复在 macOS Big Sur 上 macos.version 问题 +* [#1084](https://github.com/xmake-io/xmake/issues/1084): 修复 `add_defines()` 中带有双引号和空格导致无法正确处理宏定义的问题 ## v2.3.9 |
