[docs] Proofreading based updates to release notes (#3310)

* updates thanks to proofreading by draper

* more
This commit is contained in:
Michael H 2020-01-09 18:19:31 -05:00 committed by GitHub
parent c852505a62
commit 69e2ebf2e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,26 +7,26 @@ Red DiscordBot 3.2.0 Release Notes
Please read the following prior to updating. 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 When you update to 3.2, your cogs may not be compatible if the author has not handled
the changes yet. the changes yet.
- 3.2 Requires python3.8.1 - 3.2 requires Python 3.8.1.
This was done so that we could better handle some behavior which was not fixed for python3.7 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. If you need help updating, our install docs will cover everything you need to know to update.
.. note:: .. 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. 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 not using the MongoDB 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 a 3rd party cog which required MongoDB, it probably still does.
- If you were using mongo, prior to launching your instance, - If you were using the MongoDB driver, prior to launching your instance,
you will need to run the following commands to convert you will need to run the following commands to convert
.. code:: .. code::
@ -35,11 +35,11 @@ Please read the following prior to updating.
redbot-setup convert [instancename] json 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 - A metric ton of bugfixes
- Bot shutdown is handled significantly better - 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 made it easier for cog creators to interact with the core bot APIs safely
- We've supplied cog creators with additional tools - We've supplied cog creators with additional tools