From 883b523cff533e5ef89c00c64a7d66d81d4ee56c Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Sun, 27 Jun 2021 19:37:16 +0200 Subject: [PATCH] Update changelog --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index a03f8c6..c5c3b8c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -9,6 +9,9 @@ Not released yet. Sigal now requires Python 3.7+. +- Add option ``max_img_pixels`` to allow processing huge images (sets + ``PIL.Image.MAX_IMAGE_PIXELS``) [:issue:`431`]. +- Add webp to the list of images formats supported by default [:issue:`433`]. Version 2.2 ~~~~~~~~~~~