forked from github/pelican
Add new changelog items and link to Tutorials wiki
This commit is contained in:
parent
63ddcf22d9
commit
4fa2c30d3f
2 changed files with 9 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Release history
|
||||
###############
|
||||
|
||||
3.2 (XXXX-XX-XX)
|
||||
3.2 (2013-04-23)
|
||||
================
|
||||
|
||||
* Support for Python 3!
|
||||
|
|
@ -15,6 +15,10 @@ Release history
|
|||
* Provide ability to show or hide categories from menu using
|
||||
``DISPLAY_CATEGORIES_ON_MENU`` option
|
||||
* Auto-regeneration can be told to ignore files via ``IGNORE_FILES`` setting
|
||||
* Improve post-generation feedback to user
|
||||
* For multilingual posts, use meta-data to designate which is the original
|
||||
and which is the translation
|
||||
* Add ``.mdown`` to list of supported Markdown file extensions
|
||||
* Document-relative URL generation (``RELATIVE_URLS``) is now off by default
|
||||
|
||||
3.1 (2012-12-04)
|
||||
|
|
|
|||
|
|
@ -76,6 +76,10 @@ see all the options you can use::
|
|||
|
||||
$ pelican --help
|
||||
|
||||
Continue reading below for more detail, and check out the Pelican wiki's
|
||||
`Tutorials <https://github.com/getpelican/pelican/wiki/Tutorials>`_ page for
|
||||
links to community-published tutorials.
|
||||
|
||||
Viewing the generated files
|
||||
---------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue