From 8a4e6e7057924d124a39ec08f446345bc19e4c5b Mon Sep 17 00:00:00 2001 From: Cory Dolphin Date: Tue, 11 Jun 2019 13:57:22 -0700 Subject: [PATCH] Update changelog to give proper kudos to @juanmaneo and @jdevera --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22de467..58671b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # Change Log ## 3.0.8 -DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working +Fixes : DeprecationWarning: Using or importing the ABCs from 'collections' in Python 3.7. +Thank you @juanmaneo and @jdevera for the contribution. ## 3.0.7 Updated logging.warn to logging.warning (#234) Thanks Vaibhav