diff --git a/docs/changelog.rst b/docs/changelog.rst index b7c64190..c225a499 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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) ================== diff --git a/docs/faq.rst b/docs/faq.rst index 4225ab5f..b060108a 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -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