From cc9598299d26ee39d6e256dbaa5ebbdff83039d1 Mon Sep 17 00:00:00 2001 From: Jorge Maldonado Ventura Date: Sat, 5 Jan 2019 15:52:05 +0100 Subject: [PATCH] Fix incorrect update note in changelog --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 18bc5f81..cdd3697c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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) ==================