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