diff options
| author | 2022-02-22 21:27:35 +0000 | |
|---|---|---|
| committer | 2022-02-24 20:07:37 +0000 | |
| commit | 953e255becbb1ba3daac96f07f2841d820ca931e (patch) | |
| tree | 15a52572b346c23249fe6a8529e7e4ca4fc98fc6 /CHANGELOG.md | |
| parent | Add disnake monkey patches (diff) | |
Migrate to using disnake over Discord.py 2.0a0
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. |