From 573b3ece61a832cb26b297b7e46266564fa3f318 Mon Sep 17 00:00:00 2001 From: Oliver Urs Lenz Date: Tue, 6 Nov 2018 21:30:03 +0100 Subject: [PATCH] add some more changes to changelog for 3.8.0 --- docs/changelog.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 25c46091..e9acb718 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -9,6 +9,9 @@ Next release and fallback to the default setting. * New signal: ``feed_generated`` * Replace Fabric by Invoke and ``fabfile.py`` template by ``tasks.py``. +* Replace ``PAGINATED_DIRECT_TEMPLATES`` by ``PAGINATED_TEMPLATES``, extending + control over pagination to all templates and making page size variable +* Allow pages to have ``draft`` status * Replace ``SLUG_SUBSTITUTIONS`` (and friends) by ``SLUG_REGEX_SUBSTITUTIONS`` for more finegrained control * ``'{base_name}'`` value in ``PAGINATION_PATTERNS`` setting no longer strips @@ -21,6 +24,13 @@ Next release * New ``{static}`` syntax to link to static content; content linked to by ``{static}`` and ``{attach}`` is automatically copied over even if not in ``STATIC_PATHS`` +* New Blogger XML backup importer +* Wordpress importer now updates file links to point to local copies if the + files were downloaded with ``--wp-attach`` +* Importer no longer inserts extra newlines, to prevent breaking of HTML + attributes +* Pelican server now prioritises ``foo.html`` and ``foo/index.html`` over + ``foo/`` when resolving ``foo``. 3.7.1 (2017-01-10) ==================