CHANGELOG.rdoc in contour-1.0.0.beta4 vs CHANGELOG.rdoc in contour-1.0.0.beta5

- old
+ new

@@ -3,9 +3,11 @@ * Enhancements * Twitter-Bootstrap CSS layout is now default! * Authentications can now be placed as a submenu using { authentications: true } anywhere in the contour links configuration * Rails updated to minimum 3.2.3 * Redirects to the user's alternate login page if a user fails to login on the default devise sign in page + * Registration page can now have fields added by modifying <tt>config.sign_up_fields</tt> + * Ex: <tt>config.sign_up_fields = [ { attribute: 'first_name', type: 'text_field' }, { attribute: 'last_name', type: 'text_field' } ]</tt> * Breaking Changes * CSS updated to use Twitter-Bootstrap * New CSS classes here: http://twitter.github.com/bootstrap/base-css.html * New JS operations here: http://twitter.github.com/bootstrap/javascript.html