From d19373c4fd84e4421b3783cad74afd0a4a4acfdc Mon Sep 17 00:00:00 2001 From: Joshua Hiller Date: Tue, 12 Sep 2023 17:02:39 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a5001546..e84e691bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,11 @@ - `oauth2.py` > Expanded unit testing to complete code coverage. - `tests/test_service_class.py` + - Thanks go out to @morcef for identifying and reporting this issue. 🙇 ++ Fixed: Type check failure when creating a mock of the `OAuth2` Service Class. Relates to #1043. + - `_service_class/_base_service_class.py` + - Thanks go out to @davidt99 for identifying / reporting this issue and providing the fix. 🙇 + --- # Version 1.3.1