Update the faq and changelog

This commit is contained in:
jawher 2012-11-07 02:11:10 +01:00 committed by Bruno Binet
commit cf95b02bc0
2 changed files with 5 additions and 1 deletions

View file

@ -11,6 +11,9 @@ Release history
* Improved appearance of LinkedIn icon in default theme
* Add GitHub and Google+ social icons support in default theme
* Optimize social icons
* Add ``FEED_ALL_ATOM`` and ``FEED_ALL_RSS`` to generate feeds containing all posts regardless of their language
* Split ``TRANSLATION_FEED`` into ``TRANSLATION_FEED_ATOM`` and ``TRANSLATION_FEED_RSS``
* The different feeds can now be enabled/disabled individually
3.0 (2012-08-08)
==================

View file

@ -118,7 +118,8 @@ Starting in 3.0, some of the FEED setting names were changed to more explicitly
refer to the Atom feeds they inherently represent (much like the FEED_RSS
setting names). Here is an exact list of the renamed setting names::
FEED -> FEED_ATOM
FEED -> FEED_ALL_ATOM
TRANSLATION_FEED -> TRANSLATION_FEED_ATOM
TAG_FEED -> TAG_FEED_ATOM
CATEGORY_FEED -> CATEGORY_FEED_ATOM