diff options
| author | 2022-03-04 22:28:57 -0500 | |
|---|---|---|
| committer | 2022-03-05 11:23:41 -0500 | |
| commit | 4920515c5a8e43ef9ca444254d1276058fcfa971 (patch) | |
| tree | 16948a48c841ed4e070092fb2804ac46acdad8f3 /CHANGELOG.md | |
| parent | Merge pull request #35 from python-discord/monkey-patch-in-util-namespace (diff) | |
fix: Set the logger class in botcore.utils.logging.py to the CustomLogger class
Fixes an issue when using trace logging on loggers that were instantiated before the class was set.
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 09287fc4..fe0ea33e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog -## 3.0.0 3rd March 2021 +## 3.0.1 5th March 2022 +- Fix: Setup log tracing when `botcore.utils.logging` is imported so that it can be used within botcore functions. + +## 3.0.0 3rd March 2022 - Breaking: Move `apply_monkey_patches()` directly to `botcore.utils` namespace ## 2.1.0 24th February 2022 |