diff options
| author | ruki <[email protected]> | 2023-01-08 19:30:58 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-01-08 19:30:58 +0800 |
| commit | fa875a5699cb5292a60fcd308c5e50c294da9ad0 (patch) | |
| tree | 36daab0f11961142922a734d6fca1770bd400cc2 | |
| parent | 7894e62157c0a1e431f347fb5a45947855bee8cd (diff) | |
update changelog
| -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 ### 新特性 |
