mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
3.2.1 Hotfix (#3321)
This commit is contained in:
parent
371292e03a
commit
5bd044d646
@ -1,3 +1,16 @@
|
|||||||
|
.. 3.2.x Changelogs
|
||||||
|
|
||||||
|
Redbot 3.2.1 (2020-01-10)
|
||||||
|
=========================
|
||||||
|
|
||||||
|
Hotfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- Fix Mongo conversion from being incorrectly blocked
|
||||||
|
- Fix announcer not creating a message for success feedback
|
||||||
|
- Log an error with creating case types rather than crash
|
||||||
|
|
||||||
|
|
||||||
Redbot 3.2.0 (2020-01-09)
|
Redbot 3.2.0 (2020-01-09)
|
||||||
=========================
|
=========================
|
||||||
Core Bot Changes
|
Core Bot Changes
|
||||||
|
|||||||
@ -193,7 +193,7 @@ def _update_event_loop_policy():
|
|||||||
_asyncio.set_event_loop_policy(_uvloop.EventLoopPolicy())
|
_asyncio.set_event_loop_policy(_uvloop.EventLoopPolicy())
|
||||||
|
|
||||||
|
|
||||||
__version__ = "3.2.1.dev1"
|
__version__ = "3.2.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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user