From e68f205e046d34bc63e1d8b988cf30587fc3ee58 Mon Sep 17 00:00:00 2001 From: Brian <18603393+brian6932@users.noreply.github.com> Date: Tue, 5 Nov 2024 04:13:20 -0500 Subject: [PATCH] chore: Specify qtkeychain branch to `chatterino-cmake` (#5695) --- .gitmodules | 1 + CHANGELOG.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitmodules b/.gitmodules index 219a91bfa..36f795b8b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -20,6 +20,7 @@ [submodule "lib/qtkeychain"] path = lib/qtkeychain url = https://github.com/Chatterino/qtkeychain + branch = chatterino-cmake [submodule "lib/websocketpp"] path = lib/websocketpp url = https://github.com/zaphoyd/websocketpp diff --git a/CHANGELOG.md b/CHANGELOG.md index c4baf3f53..bf2cf960e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -118,6 +118,7 @@ - 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: Specified qtkeychain dependency version. (#5695) - Dev: Refactored static `MessageBuilder` helpers to standalone functions. (#5652) - Dev: Decoupled reply parsing from `MessageBuilder`. (#5660, #5668) - Dev: Refactored IRC message building. (#5663)