From 68354eb94e7ec272bd8cef4873b206022d6a0756 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Mon, 15 Jun 2015 13:07:49 -0700 Subject: [PATCH] Minor fixes to 3.6 release changelog --- docs/changelog.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index f4f1d0aa..7bf766a4 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,19 +4,21 @@ Release history Next release ============ -* Improve caching behavior and disable by default -* Allow Markdown or reST content in metadata fields other than "summary" +* Disable caching by default in order to prevent potential confusion +* Improve caching behavior, replacing ``pickle`` with ``cpickle`` +* 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 +* Support devserver 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 +* Load default theme's external resources via HTTPS * Import drafts from WordPress XML * Improve support for Windows users * Enhance logging and test suite +* Clean up and refactor codebase * New signals: ``all_generators_finalized`` and ``page_writer_finalized`` 3.5.0 (2014-11-04)