diff --git a/HISTORY.rst b/HISTORY.rst index dbde64e..46e968e 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,13 +3,14 @@ History ------- -0.3.0 (Unreleased) +0.3.0 (unreleased) ++++++++++++++++++ * Multisite support * Configurable default author support * Refactored settings * Fix multilanguage issues +* Fix SEO fields length. 0.2.0 (2014-09-24) ++++++++++++++++++ diff --git a/README.rst b/README.rst index 861cf36..815b35b 100644 --- a/README.rst +++ b/README.rst @@ -35,10 +35,10 @@ Supported django CMS versions: * django CMS 3.0 -Documentation -------------- - -No doc at the moment, sorry +.. warning:: Starting from version 0.3 the length of the meta_description and + meta_title fields has been changed according to the most common + defaults for search engines. Existing data will not be affected, + but widgets that enforce the length for new data is now being used. Quickstart ----------