diff options
| -rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e9908cac2..5f0fc2148 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ * [#3228](https://github.com/xmake-io/xmake/pull/3228): Add support of importing modules from packages +### Bugs fixed + +* [#3229](https://github.com/xmake-io/xmake/issues/3229): Fix find rc.exe for vs2015 + ## v2.7.5 ### New features @@ -1495,6 +1499,10 @@ * [#3228](https://github.com/xmake-io/xmake/pull/3228): C++ modules 的安装发布,以及从包中导入 C++ modules 支持 +### Bugs 修复 + +* [#3229](https://github.com/xmake-io/xmake/issues/3229): 修复 vs2015 下找不到 rc.exe 问题 + ## v2.7.5 ### 新特性 |
