diff --git a/docs/changelog.rst b/docs/changelog.rst index 883c86d0..2c6b367c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,9 @@ Release history Next release ============ +* All settings for slugs now use ``{slug}`` and/or ``{lang}`` rather than + ``%s``. If ``%s``-style settings are encountered, Pelican will emit a warning + and fallback to the default setting. * New signal: ``feed_generated`` * Replace Fabric by Invoke and ``fabfile.py`` template by ``tasks.py``.