From fbe378657c7017d397d9aa6fd040ffd1c9a372ef Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Fri, 31 Dec 2021 19:08:06 +0100 Subject: [PATCH] Red 3.4.16 - Changelog (#5520) * Red 3.4.16 - Changelog * Add contribs! --- docs/changelog_3_4_0.rst | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/docs/changelog_3_4_0.rst b/docs/changelog_3_4_0.rst index 6a8f8fa18..18e39d5f7 100644 --- a/docs/changelog_3_4_0.rst +++ b/docs/changelog_3_4_0.rst @@ -1,5 +1,32 @@ .. 3.4.x Changelogs +Redbot 3.4.16 (2021-12-31) +========================== + +| Thanks to all these amazing people that contributed to this release: +| :ghuser:`jack1142`, :ghuser:`PredaaA` + +This is a hotfix release fixing issues with invite URL API that caused +``[p]invite`` command and ``CORE__INVITE_URL`` RPC method to not work. + +End-user changelog +------------------ + +- **Core Bot** - Fixed ``[p]invite`` command (:issue:`5517`) + + +Developer changelog +------------------- + +- Fixed ``CORE__INVITE_URL`` RPC method (:issue:`5517`) + + +Documentation changes +--------------------- + +- Changed Arch install guide to temporarily use ``python39`` AUR package instead of ``python`` package as Red does not currently support Python 3.10 (:issue:`5518`) + + Redbot 3.4.15 (2021-12-31) ==========================