Update changelog_3_2_0.rst (#3405)

This commit is contained in:
jack1142 2020-01-18 02:06:32 +01:00 committed by Michael H
parent b089be7b49
commit 12da3bd89e

View File

@ -8,8 +8,8 @@ Core Bot Changes
- Further improvements have been made to bot startup and shutdown. - Further improvements have been made to bot startup and shutdown.
- Prefixes are now cached for performance. - Prefixes are now cached for performance.
- Added a means for cog creators to use a global preinvoke hook. - Added the means for cog creators to use a global preinvoke hook.
- The bot now ensures it has at least the bare neccessary permissions before commands. - The bot now ensures it has at least the bare neccessary permissions before running commands.
- Deleting instances works as intended again. - Deleting instances works as intended again.
- Sinbad stopped fighting it and embraced the entrypoint madness. - Sinbad stopped fighting it and embraced the entrypoint madness.
@ -29,7 +29,7 @@ Help Formatter
- ``[botname]`` is now replaced with the bot's display name in help text. - ``[botname]`` is now replaced with the bot's display name in help text.
- New features added for cog creators to further customize help behavior. - New features added for cog creators to further customize help behavior.
- Check out our command reference for details. - Check out our command reference for details on new ``format_help_for_context`` method.
- Embed settings are now consistent. - Embed settings are now consistent.
Downloader Downloader
@ -45,9 +45,9 @@ Docs
There's more detail to the below changes, so go read the docs. There's more detail to the below changes, so go read the docs.
For some reason, documenting documentation changes is hard. For some reason, documenting documentation changes is hard.
- Added instructions about git version - Added instructions about git version.
- Clarified instructions for installation and update. - Clarified instructions for installation and update.
- Added more detail to the API key reference. - Added more details to the API key reference.
- Fixed some typos and versioning mistakes. - Fixed some typos and versioning mistakes.