diff options
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. | 
