From 4628dd07e412370539bc1c97cc38a9fd122bdb66 Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Thu, 9 Apr 2020 00:24:09 +0200 Subject: [PATCH] Red 3.3.5 - Changelog (#3727) * Add 3.3.5 section * PR 3730 * PR 3734 * Remove empty sections and add release date --- docs/changelog_3_3_0.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/changelog_3_3_0.rst b/docs/changelog_3_3_0.rst index d155b5ae9..7f2339b56 100644 --- a/docs/changelog_3_3_0.rst +++ b/docs/changelog_3_3_0.rst @@ -1,5 +1,25 @@ .. 3.3.x Changelogs +Redbot 3.3.4 (2020-04-09) +========================= + +| Thanks to all these amazing people that contributed to this release: +| :ghuser:`jack1142`, :ghuser:`Kowlin` + +End-user changelog +------------------ + +Core Bot +******** + +- "Outdated" field no longer shows in ``[p]info`` when Red is up-to-date (:issue:`3730`) + +Alias +***** + +- Fixed regression in ``[p]alias add`` that caused it to reject commands containing arguments (:issue:`3734`) + + Redbot 3.3.4 (2020-04-05) =========================