From b408fc1e987970fc00c0afdebedd5d99376a1307 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 29 Jun 2023 22:59:21 +0800 Subject: update changelog --- CHANGELOG.md | 2 ++ core/src/lua/lua | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c08f4f4a3..45f3209ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ * [#3815](https://github.com/xmake-io/xmake/pull/3815): Improve tools.xmake to pass toolchains for windows * [#3857](https://github.com/xmake-io/xmake/issues/3857): Improve to generate compile_commands.json * [#3892](https://github.com/xmake-io/xmake/issues/3892): Improve to search packages from description +* Update lua runtime to 5.4.6 ### Bugs fixed @@ -1618,6 +1619,7 @@ * [#3815](https://github.com/xmake-io/xmake/pull/3815): 改进 tools.xmake 支持为 windows 平台传递工具链 * [#3857](https://github.com/xmake-io/xmake/issues/3857): 改进生成 compile_commands.json * [#3892](https://github.com/xmake-io/xmake/issues/3892): 改进包搜索,支持从描述中找包 +* 更新 lua 运行时到 5.4.6 ### Bugs 修复 diff --git a/core/src/lua/lua b/core/src/lua/lua index 644318516..eadd8c717 160000 --- a/core/src/lua/lua +++ b/core/src/lua/lua @@ -1 +1 @@ -Subproject commit 6443185167c77adcc8552a3fee7edab7895db1a9 +Subproject commit eadd8c7178c79c814ecca9652973a9b9dd4cc71b -- cgit v1.3.1