Merge pull request #2507 from jorgesumle/update-changelog

Fix incorrect update note in changelog
This commit is contained in:
Justin Mayer 2019-01-05 07:15:02 -08:00 committed by GitHub
commit ac90104103
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ settings are encountered, Pelican will emit a warning and fall back to the
default setting. Some user-submitted themes might try to format setting values
but fail upon site build with a ``TypeError``. In such cases, the theme needs
to be updated. For example, instead of ``TAG_FEED_ATOM|format(tag.slug)``, use
``TAG_FEED_ATOM|format(slug=tag.slug)``
``TAG_FEED_ATOM.format(slug=tag.slug)``
4.0.0 (2018-11-13)
==================