From 69e2ebf2e78d3dca90e315617ecd9dbfa97b7011 Mon Sep 17 00:00:00 2001 From: Michael H Date: Thu, 9 Jan 2020 18:19:31 -0500 Subject: [PATCH] [docs] Proofreading based updates to release notes (#3310) * updates thanks to proofreading by draper * more --- docs/release_notes_3_2_0.rst | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/release_notes_3_2_0.rst b/docs/release_notes_3_2_0.rst index 0eeb8dcfc..75eb9d63e 100644 --- a/docs/release_notes_3_2_0.rst +++ b/docs/release_notes_3_2_0.rst @@ -7,26 +7,26 @@ Red DiscordBot 3.2.0 Release Notes Please read the following prior to updating. -- 3.2 comes with improvements which required breaking changes for 3rd party cogs +- 3.2 comes with improvements which required breaking changes for 3rd party cogs. When you update to 3.2, your cogs may not be compatible if the author has not handled the changes yet. -- 3.2 Requires python3.8.1 - This was done so that we could better handle some behavior which was not fixed for python3.7 +- 3.2 requires Python 3.8.1. + This was done so that we could better handle some behavior which was not fixed for Python 3.7. If you need help updating, our install docs will cover everything you need to know to update. .. note:: - You may get a noticiation from the downloader cog about needing to refetch dependencies + You may get a notification from the downloader cog about needing to refetch dependencies This is expected, and it will walk you through everything and do as much as it can for you. -- 3.2 Dropped support for the Mongo Driver +- 3.2 dropped support for the MongoDB driver - - If you were not using the mongo driver, this does not effect you. - - If you were using a 3rd party cog which required mongo, it still requires mongo - - If you were using mongo, prior to launching your instance, + - If you were not using the MongoDB driver, this does not effect you. + - If you were using a 3rd party cog which required MongoDB, it probably still does. + - If you were using the MongoDB driver, prior to launching your instance, you will need to run the following commands to convert .. code:: @@ -35,11 +35,11 @@ Please read the following prior to updating. redbot-setup convert [instancename] json -- 3.2 Comes with many feature upgrades. A brief high level list. +- 3.2 comes with many feature upgrades. A brief high level list of these is below. - A metric ton of bugfixes - Bot shutdown is handled significantly better - - Audio is significantly more powerful + - Audio is much more powerful - We've made it easier for cog creators to interact with the core bot APIs safely - We've supplied cog creators with additional tools