diff options
| author | ruki <[email protected]> | 2022-05-28 00:11:22 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-05-28 00:11:22 +0800 |
| commit | f864b5dd7b69d1c3e6e78c0ae83de468b9f7bebf (patch) | |
| tree | 24ecd9fd78ea2ed31dbe11bd6cc504c2cf82a60b | |
| parent | d3a99ab0187d4fd8208656982c5df352a492ebef (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 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 ### 新特性 |
