From 73b6e9612c7e210683b9199fa9c4ae84039df5d4 Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Mon, 17 Dec 2018 00:28:08 +0100 Subject: [PATCH] Update changelog --- docs/changelog.rst | 4 ++++ setup.cfg | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 854e9db..a7bafc6 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -15,7 +15,11 @@ Sigal now requires Python 3.5+. - Galleria: Do not load tiles by default. - Fixed crash when IPTC reading fails [:issue:`316`]. - Force loading of truncated files [:issue:`320`]. +- Include tests in PyPI tarball [:issue:`323`]. - Optimize a bit markdown initialization [:issue:`329`]. +- Quote special characters in urls [:issue:`345`]. +- Reorganization of templates, splitting landing page and album templates + [:issue:`343`], [:issue:`347`], [:issue:`348`]. Version 1.4.1 ~~~~~~~~~~~~~ diff --git a/setup.cfg b/setup.cfg index 3c16108..c754a0a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,4 +8,4 @@ ignore = readthedocs.yml [flake8] -ignore = E731 +ignore = E731, W504