diff options
author | 2022-02-25 01:28:50 +0000 | |
---|---|---|
committer | 2022-02-25 01:28:50 +0000 | |
commit | 5593a0c95e2b4fd9515c8875ea6e51c0ab88eb00 (patch) | |
tree | db5293c101a8fd204cb2afd185c9856420c1ae87 /CHANGELOG.md | |
parent | Merge pull request #29 from python-discord/port-utilities (diff) | |
parent | Custom css to de-bold index page (diff) |
Merge pull request #32 from python-discord/disnake-migrationv2.0.0
Disnake migration
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 52a4acba..918cf45c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## 2.0.0 22nd February 2022 - Breaking: Moved regex to botcore.utils namespace +- Feature: Migrate from discord.py 2.0a0 to disnake. +- Feature: Add common monkey patches. - Feature: Port many common utilities from our bots - caching - channel @@ -12,12 +14,12 @@ - Support: Added intersphinx to docs. ## 1.2.0 9th January 2022 -- Feature: Code block detection regex +- Feature: Add code block detection regex. ## 1.1.0 2nd December 2021 -- Support: Autogenerated docs. -- Feature: Regex utility. +- Support: Add autogenerated docs. +- Feature: Add a regex utility. ## 1.0.0 17th November 2021 -- Support: Core package, poetry, and linting CI. +- Support: Add the core package, poetry, and linting CI. |