From 03cdd98c2edec699e13f7bc0a975519de82d5d4f Mon Sep 17 00:00:00 2001 From: Brian <18603393+brian6932@users.noreply.github.com> Date: Mon, 4 Nov 2024 03:49:32 -0500 Subject: [PATCH] chore: clarify Lua submodule version (#5693) --- .gitmodules | 1 + CHANGELOG.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitmodules b/.gitmodules index e15a27575..219a91bfa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -38,6 +38,7 @@ [submodule "lib/lua/src"] path = lib/lua/src url = https://github.com/lua/lua + branch = v5.4 [submodule "tools/crash-handler"] path = tools/crash-handler url = https://github.com/Chatterino/crash-handler diff --git a/CHANGELOG.md b/CHANGELOG.md index ee859fad2..c4baf3f53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -117,6 +117,7 @@ - Dev: `GIFTimer` is no longer initialized in tests. (#5608) - Dev: Emojis now use flags instead of a set of strings for capabilities. (#5616) - Dev: Move plugins to Sol2. (#5622, #5682) +- Dev: Clarified our Lua dependency's version. (#5693) - Dev: Refactored static `MessageBuilder` helpers to standalone functions. (#5652) - Dev: Decoupled reply parsing from `MessageBuilder`. (#5660, #5668) - Dev: Refactored IRC message building. (#5663)