mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge branch 'master' into line-limit
This commit is contained in:
commit
e35120faa8
11 changed files with 165 additions and 109 deletions
|
|
@ -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``.
|
||||
* Replace ``SLUG_SUBSTITUTIONS`` (and friends) by ``SLUG_REGEX_SUBSTITUTIONS``
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue