CHANGELOG.rdoc in contour-1.0.1 vs CHANGELOG.rdoc in contour-1.0.2

- old
+ new

@@ -1,4 +1,16 @@ +== 1.0.2 + +* Enhancements + * Rails updated to minimum 3.2.6 + * :confirm links updated to use data: { :confirm } to account for deprecations in Rails 4.0 + * Devise updated to minimum 2.1.2 + * Twitter Bootstrap updated to 2.0.4 + * Now includes all Bootstrap JavaScript Plugins, http://twitter.github.com/bootstrap/javascript.html + * Added styling for .subnav and .subnav-fixed + * Subnav Partial added, can be called as follows: + * <tt>render partial: 'contour/layouts/subnav', locals: { links: [{name: 'Link A', sublinks: [{name: 'Sublink 1'}, {name: 'Sublink 2'}]}, {name: 'Link B'}]}</tt> + == 1.0.1 * Enhancements * Rails updated to minimum 3.2.5 * Recommended use of Ruby 1.9.3-p194