diff options
| author | 2022-03-03 22:02:06 +0000 | |
|---|---|---|
| committer | 2022-03-03 22:02:06 +0000 | |
| commit | a96f9e3c2120c4484726e01dd355f775ac4eabcd (patch) | |
| tree | b00d04c2bff7b3061820e7984f71420a429be7a3 /CHANGELOG.md | |
| parent | Merge pull request #34 from python-discord/feat/site-api-wrapper (diff) | |
| parent | Document breaking monkey patch change (diff) | |
Merge pull request #35 from python-discord/monkey-patch-in-util-namespacev3.0.0
Monkey patch in util namespace
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 67aca72b..09287fc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,13 @@ # Changelog +## 3.0.0 3rd March 2021 + - Breaking: Move `apply_monkey_patches()` directly to `botcore.utils` namespace + ## 2.1.0 24th February 2022 - Feature: Port the Site API wrapper from the bot repo. ## 2.0.0 22nd February 2022 -- Breaking: Moved regex to botcore.utils namespace +- 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 |