1
0
Fork 0
forked from github/pelican

Replace m-dash with semi-colon in changelog

Stop-gap measure to address:
e3ab685a26 (commitcomment-20333961)
This commit is contained in:
Justin Mayer 2016-12-31 15:10:46 -08:00
commit 01d536d7c9

View file

@ -14,7 +14,7 @@ Next release
``<updated>`` for modifications
* Simplify Atom feed ID generation and support URL fragments
* Produce category feeds with category-specific titles
* RSS feeds now default to summary instead of full content
* RSS feeds now default to summary instead of full content;
set ``RSS_FEED_SUMMARY_ONLY = False`` to revert to previous behavior
* Replace ``MD_EXTENSIONS`` with ``MARKDOWN`` setting
* Replace ``JINJA_EXTENSIONS`` with more-robust ``JINJA_ENVIRONMENT`` setting