diff options
| -rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 22a1b34cf..d4e2d3201 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ * fallback to source code build if the precompiled package is error +### Bugs fixed + +* [#2388](https://github.com/xmake-io/xmake/issues/2388): Fix path bug + ## v2.6.6 ### New features @@ -1274,6 +1278,10 @@ * 如果预编译包构建失败,自动回退到源码包构建 +### Bugs 修复 + +* [#2388](https://github.com/xmake-io/xmake/issues/2388): 修复路径问题 + ## v2.6.6 ### 新特性 |
