From 2b0935c4aae41b1d47843e72d83e48c58c7d1734 Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Sun, 5 Apr 2020 03:58:39 +0200 Subject: [PATCH] Red 3.3.4 - Changelog (#3706) * Add 3.3.4 section * PR 3710 (issue 3545) * PR 3708 * PR 3717 * PR 3723 * PR 3707 * Add release date, remove unused section --- docs/changelog_3_3_0.rst | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/docs/changelog_3_3_0.rst b/docs/changelog_3_3_0.rst index 62db08226..d155b5ae9 100644 --- a/docs/changelog_3_3_0.rst +++ b/docs/changelog_3_3_0.rst @@ -1,5 +1,44 @@ .. 3.3.x Changelogs +Redbot 3.3.4 (2020-04-05) +========================= + +| Thanks to all these amazing people that contributed to this release: +| :ghuser:`jack1142`, :ghuser:`kennnyshiwa` + +End-user changelog +------------------ + +Core Bot +******** + +- Fixed checks related to bank's global state that were used in commands in Bank, Economy and Trivia cogs (:issue:`3707`) + +Alias +***** + +- ``[p]alias add`` now sends an error when command user tries to alias doesn't exist (:issue:`3710`, :issue:`3545`) + +Developer changelog +------------------- + +Core Bot +******** + +- Bump dependencies, including update to discord.py 1.3.3 (:issue:`3723`) + +Utility Functions +***************** + +- `redbot.core.utils.common_filters.filter_invites` now filters ``discord.io/discord.li`` invites links (:issue:`3717`) +- Fixed false-positives in `redbot.core.utils.common_filters.filter_invites` (:issue:`3717`) + +Documentation changes +--------------------- + +- Versions of pre-requirements are now included in Windows install guide (:issue:`3708`) + + Redbot 3.3.3 (2020-03-28) =========================