Version 3.3.1 (#3510)

* 331

* okay sphinx
This commit is contained in:
Michael H 2020-02-05 17:21:38 -05:00 committed by GitHub
parent 00cf395483
commit c426aefd1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 35 additions and 5 deletions

View File

@ -1 +0,0 @@
Add a cli flag for setting a max size of message cache

View File

@ -1 +0,0 @@
Allow to edit prefix from command line using ``redbot --edit``.

View File

@ -1 +0,0 @@
Add `-e` flag to `journalctl` command in systemd guide so that it takes the user to the end of logs automatically.

View File

@ -1 +0,0 @@
Fix incomplete short help of ``[p]modset dm`` command.

View File

@ -1,5 +1,39 @@
.. 3.3.x Changelogs .. 3.3.x Changelogs
Redbot 3.3.1 (2020-02-05)
=========================
Core Bot
--------
- Add a cli flag for setting a max size of message cache
- Allow to edit prefix from command line using ``redbot --edit``.
- Some functions have been changed to no longer use deprecated asyncio functions
Core Commands
-------------
- The short help text for dm has been made more useful
- dm no longer allows owners to have the bot attempt to DM itself
Utils
-----
- Passing the event loop explicitly in utils is deprecated (Removal in 3.4)
Mod Cog
-------
- Hackban now works properly without being provided a number of days
Documentation Changes
---------------------
- Add ``-e`` flag to ``journalctl`` command in systemd guide so that it takes the user to the end of logs automatically.
- Added section to install docs for CentOS 8
- Improve usage of apt update in docs
Redbot 3.3.0 (2020-01-26) Redbot 3.3.0 (2020-01-26)
========================= =========================

View File

@ -191,7 +191,7 @@ def _update_event_loop_policy():
_asyncio.set_event_loop_policy(_uvloop.EventLoopPolicy()) _asyncio.set_event_loop_policy(_uvloop.EventLoopPolicy())
__version__ = "3.3.1.dev1" __version__ = "3.3.1"
version_info = VersionInfo.from_str(__version__) version_info = VersionInfo.from_str(__version__)
# Filter fuzzywuzzy slow sequence matcher warning # Filter fuzzywuzzy slow sequence matcher warning