From 90cb2784a26f5871d18cec08d5e910cf7c0ec404 Mon Sep 17 00:00:00 2001 From: Anatolii <53064218+a-maliarov@users.noreply.github.com> Date: Thu, 15 Oct 2020 07:28:37 +0300 Subject: [PATCH] Update changelogs --- HISTORY.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 7d999f48..5257ae9b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -29,3 +29,12 @@ 3. Add `fromlink` class method 4. Move utilities into a separated file 5. Add `ContentTypeError` exception ++ **Version 0.5.0**: + 1. Remove captchas folder to the separated repository to lower the weight of this one + 2. Add Python 3.9 support + 3. Add Chromedriver 86.0.4240.22 support + 4. Update AmazonCaptchaCollector + 5. Add documentation. + 6. Add Pillow 8.0.0 support + 7. Add Stale Bot to remove stale issues + 8. Workflow update