Minor fixes to 3.6 release changelog

This commit is contained in:
Justin Mayer 2015-06-15 13:07:49 -07:00
commit 68354eb94e

View file

@ -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)