diff options
| author | ruki <[email protected]> | 2020-08-04 23:09:27 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-08-04 23:09:27 +0800 |
| commit | 7fe830ab6a521c31a1da15633ee365ee5719f9ef (patch) | |
| tree | 2136812d8dd7fe2e95acc1920a6b980eda406926 | |
| parent | 5a44a67feba23cb670bafdc8eed474a0a22f4f43 (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 1049db25d..563621ea1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ * [#903](https://github.com/xmake-io/xmake/issues/903): Fix install vcpkg packages fails * [#912](https://github.com/xmake-io/xmake/issues/912): Fix the custom toolchain +* [#914](https://github.com/xmake-io/xmake/issues/914): Fix bad light userdata pointer for lua on some aarch64 devices ## v2.3.6 @@ -805,6 +806,7 @@ * [#903](https://github.com/xmake-io/xmake/issues/903): 修复vcpkg包安装失败问题 * [#912](https://github.com/xmake-io/xmake/issues/912): 修复自定义工具链 +* [#914](https://github.com/xmake-io/xmake/issues/914): 修复部分aarch64设备上运行lua出现bad light userdata pointer问题 ## v2.3.6 |
