CHANGELOG.rdoc in contour-0.2.1 vs CHANGELOG.rdoc in contour-0.3.0

- old
+ new

@@ -1,4 +1,15 @@ +== 0.3.0 + +* Enhancements + * Update dependencies to Devise 1.4.4, (needed for Rails 3.1.0) + * Menu items are now rendered using html_safe + * Links and menu items can now have a :condition parameter passed to it which is a string that can be evaluated to true or false + * ex: :condition => 'current_user.admin?' + +* Testing + * Created limited tests for authentications controller and registrations + == 0.2.1 * Bug Fix * Apparently add_dependency doesn't work with (= ) signs either \ No newline at end of file