From c7ec93466da5bc52eb254981c8f260e248e5f249 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Mon, 15 Jun 2015 07:53:52 -0700 Subject: [PATCH] Update changelog for imminent 3.6 release --- docs/changelog.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 4e297562..f4f1d0aa 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,24 @@ Release history ############### +Next release +============ + +* Improve caching behavior and disable by default +* Allow Markdown or reST content in metadata fields other than "summary" +* Support semicolon-separated author/tag lists +* Improve flexibility of article sorting +* Add ``--relative-urls`` argument +* Support listening on addresses other than localhost +* Unify HTTP server handlers to ``pelican.server`` throughout +* Handle intra-site links to draft posts +* Move ``tag_cloud`` from core to plugin +* Load all external resources via HTTPS +* Import drafts from WordPress XML +* Improve support for Windows users +* Enhance logging and test suite +* New signals: ``all_generators_finalized`` and ``page_writer_finalized`` + 3.5.0 (2014-11-04) ==================