diff --git a/docs/changelog.rst b/docs/changelog.rst index 2549504a..0b15dd57 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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) diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 0c1448fb..c93e0844 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -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 `_ page for +links to community-published tutorials. + Viewing the generated files ---------------------------