From 4bc598f68e474a402fc408344bc88fac3bce47dd Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Sun, 17 Sep 2017 22:42:41 +0200 Subject: [PATCH] Add changelog for version 1.4 --- docs/changelog.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 53129b4..bcfd8de 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,20 @@ Changelog =========== +Version 1.4.0.dev +~~~~~~~~~~~~~~~~~ + +Released on 2017-xx-xx. + +- Hint to how to suppress decompressionbomb warnings :issue:`235`. +- New plugin for finer control over ignored files :issue:`233`. +- New plugin to cache the exif data of images :issue:`236`. +- Feeds plugin: include videos in feeds :issue:`238`. +- Allow formatting in ``zip_gallery`` :issue:`244`. +- Added random thumbnail property for album :issue:`241`. +- Improve CSP compatibility with colorbox theme :issue:`245`. +- Set html lang attribute based upon locale :issue:`257`. + Version 1.3.0 ~~~~~~~~~~~~~