From a8013a9c83d6b9416be03c30fda8667450ea4d89 Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Sun, 11 Oct 2020 22:20:13 -0300 Subject: [PATCH] Update changelog --- docs/changelog.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index df7d709..69824df 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -7,6 +7,11 @@ Version 2.2.dev Released on 2020-xx-xx. +- Convert pillow warnings to logging with filename [:issue:`394`]. +- Catch warnings when reading EXIF data. +- Avoid crash when thumbnail cannot be generated [:issue:`401`]. +- Replace deprecated usage of `imp`. + Version 2.1.1 ~~~~~~~~~~~~~