From 07f127ffe44601b874c080f0d5e5a56375f8522c Mon Sep 17 00:00:00 2001 From: Flame442 <34169552+Flame442@users.noreply.github.com> Date: Mon, 29 Apr 2019 12:06:02 -0400 Subject: [PATCH] [Docs] Changelog entries for contributions by Flame (#2627) --- docs/changelog_3_1_0.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/changelog_3_1_0.rst b/docs/changelog_3_1_0.rst index ebe1824ab..1d48cb9cf 100644 --- a/docs/changelog_3_1_0.rst +++ b/docs/changelog_3_1_0.rst @@ -34,6 +34,8 @@ Core ---- * Delete cooldown messages when expired (`#2469`_) + * ``[p]set locale`` now only accepts actual locales (`#2553`_) + * ``[p]listlocales`` now displays en-US (`#2553`_) * ``redbot --version`` will now give you current version of Red (`#2567`_) ------ @@ -54,6 +56,7 @@ Downloader ---------- * ``[p]cog install`` will now tell user that cog has to be loaded (`#2523`_) + * The message when libraries fail to install is now formatted (`#2576`_) * Fixed bug, that caused Downloader to include submodules on cog list (`#2590`_) * ``[p]cog uninstall`` allows to uninstall multiple cogs now (`#2592`_) * ``[p]cog uninstall`` will now remove cog from installed cogs even if it can't find the cog in install path anymore (`#2595`_) @@ -123,10 +126,12 @@ Utility Functions .. _#2540: https://github.com/Cog-Creators/Red-DiscordBot/pull/2540 .. _#2545: https://github.com/Cog-Creators/Red-DiscordBot/pull/2545 .. _#2550: https://github.com/Cog-Creators/Red-DiscordBot/pull/2550 +.. _#2553: https://github.com/Cog-Creators/Red-DiscordBot/pull/2553 .. _#2556: https://github.com/Cog-Creators/Red-DiscordBot/pull/2556 .. _#2557: https://github.com/Cog-Creators/Red-DiscordBot/pull/2557 .. _#2565: https://github.com/Cog-Creators/Red-DiscordBot/pull/2565 .. _#2567: https://github.com/Cog-Creators/Red-DiscordBot/pull/2567 +.. _#2576: https://github.com/Cog-Creators/Red-DiscordBot/pull/2576 .. _#2579: https://github.com/Cog-Creators/Red-DiscordBot/pull/2579 .. _#2586: https://github.com/Cog-Creators/Red-DiscordBot/pull/2586 .. _#2590: https://github.com/Cog-Creators/Red-DiscordBot/pull/2590