Store slugs in posts by default on Pelican import

This commit is contained in:
David Beitey 2012-11-07 19:14:12 +10:00
commit b4c5d7cf62
4 changed files with 64 additions and 16 deletions

View file

@ -4,6 +4,8 @@ Release history
3.1 (XXXX-XX-XX)
================
* Importer now stores slugs within files by default. This can be disabled with
the ``--disable-slugs`` option.
* Improve handling of links to intra-site resources
* Ensure WordPress import adds paragraphs in for all types of line endings
in post content.