diff options
| author | ruki <[email protected]> | 2022-06-12 23:48:53 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-06-12 23:49:10 +0800 |
| commit | ad3d6a56521f7389b93bcac78a4f97969d1fb0dc (patch) | |
| tree | 805680909b9563e765b26dd204cc307d84294914 | |
| parent | d28603924edbd09db8dbac82877a01c879b55105 (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 a5648a86d..46836257f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ ### Bugs Fixed * [#2435](https://github.com/xmake-io/xmake/pull/2435): fix the search bug when the package name has an extension name. +* [#2445](https://github.com/xmake-io/xmake/issues/2445): Fix ccache bug for msvc ## v2.6.7 @@ -1321,6 +1322,7 @@ ### Bugs 修复 * [#2435](https://github.com/xmake-io/xmake/pull/2435): 修复无法搜索带有 `.` 的包名 +* [#2445](https://github.com/xmake-io/xmake/issues/2445): 修复 windows 上 ccache 构建失败问题 ## v2.6.7 |
