From d136d594f48804c05e21da3a671c9acc7e37b60e Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Sun, 8 Dec 2019 01:29:41 +0100 Subject: [PATCH] [Changelogs] Remove info about branch support in revision argument (#3158) * chore(changelog): remove info about branch support * chore(changelog): fix grammar issue --- changelog.d/downloader/2527.feature.2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.d/downloader/2527.feature.2.rst b/changelog.d/downloader/2527.feature.2.rst index 116d40435..72a7b7d13 100644 --- a/changelog.d/downloader/2527.feature.2.rst +++ b/changelog.d/downloader/2527.feature.2.rst @@ -1 +1 @@ -Added ``[p]cog installversion `` command that allows you to install cogs from specified revision (commit, tag, branch) of given repo. When using this command, cog will automatically be pinned. \ No newline at end of file +Added ``[p]cog installversion `` command that allows you to install cogs from specified revision (commit, tag) of given repo. When using this command, the cog will automatically be pinned. \ No newline at end of file