From 57fa29dd64a7f89685218be40209c01c31195237 Mon Sep 17 00:00:00 2001 From: Flame442 <34169552+Flame442@users.noreply.github.com> Date: Mon, 26 Aug 2019 21:42:31 -0400 Subject: [PATCH] Rename two changelog files from fix to bugfix (#2949) --- changelog.d/2863.bugfix.rst | 1 + changelog.d/2863.fix.rst | 1 - changelog.d/2892.bugfix.1.rst | 1 + changelog.d/2892.fix.1.rst | 1 - changelog.d/2949.misc.rst | 1 + 5 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 changelog.d/2863.bugfix.rst delete mode 100644 changelog.d/2863.fix.rst create mode 100644 changelog.d/2892.bugfix.1.rst delete mode 100644 changelog.d/2892.fix.1.rst create mode 100644 changelog.d/2949.misc.rst diff --git a/changelog.d/2863.bugfix.rst b/changelog.d/2863.bugfix.rst new file mode 100644 index 000000000..9d32c3d6d --- /dev/null +++ b/changelog.d/2863.bugfix.rst @@ -0,0 +1 @@ +Help properly hides disabled commands. diff --git a/changelog.d/2863.fix.rst b/changelog.d/2863.fix.rst deleted file mode 100644 index c0bd0ecda..000000000 --- a/changelog.d/2863.fix.rst +++ /dev/null @@ -1 +0,0 @@ -Help properly hides disabled commands. \ No newline at end of file diff --git a/changelog.d/2892.bugfix.1.rst b/changelog.d/2892.bugfix.1.rst new file mode 100644 index 000000000..f976e6c8c --- /dev/null +++ b/changelog.d/2892.bugfix.1.rst @@ -0,0 +1 @@ +``Command.can_see`` now works as intended for disabled commands diff --git a/changelog.d/2892.fix.1.rst b/changelog.d/2892.fix.1.rst deleted file mode 100644 index f24241cc7..000000000 --- a/changelog.d/2892.fix.1.rst +++ /dev/null @@ -1 +0,0 @@ -``Command.can_see`` now works as intended for disabled commands \ No newline at end of file diff --git a/changelog.d/2949.misc.rst b/changelog.d/2949.misc.rst new file mode 100644 index 000000000..b65940dd1 --- /dev/null +++ b/changelog.d/2949.misc.rst @@ -0,0 +1 @@ +Renamed two changelog files from fix to bugfix.