CHANGELOG in rich_cms-2.0.7 vs CHANGELOG in rich_cms-2.1.0

- old
+ new

@@ -1,7 +1,16 @@ = Rich-CMS CHANGELOG +== Version 2.1.0 (November 8, 2010) + +* Made Rich-CMS Rails 2 and 3 compatible (woot!) Thanks Mark Mulder (@bitterzoet) for contributing +* Not using :div tag as default for cms content anymore: only use :div when content is rendered as :text or :html +* Corrected Rich::Cms::Content::Item.to_tag +* Perfected the Rails generators (for both Rails 2 and 3) +* Removed explicit inclusion of Formtastic::SemanticFormHelper +* Updated gem dependencies + == Version 2.0.7 (October 20, 2010) * Being able to edit content with the WYSIWYG HTML editor: CLEditor v1.3.0 (yay!) * Added the :as option when rendering CMS content tags (available options are :string, :text and :html) * Using RaccoonTip v1.0.8 @@ -54,6 +63,6 @@ * Deriving the CMS content (to edit) the correct way within Rich.Cms.Editor * Improved the Rich::Cms::Engine.to_content_tag implementation == Version 1.0.0 (August 15, 2010) -* Initial release \ No newline at end of file +* Initial release