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

- old
+ new

@@ -1,5 +1,13 @@ +== 1.0.2 + +* enhancements + * Allows you set mailer content type (by github.com/glennr) + +* bug fix + * Uses the same content type as request on http authenticatable 401 responses + == 1.0.1 * enhancements * HttpAuthenticatable is not added by default automatically. * Avoid mass assignment error messages with current password. @@ -15,9 +23,10 @@ * enhancements * Added Registerable * Added Http Basic Authentication support * Allow scoped_views to be customized per controller/mailer class * [#99] Allow authenticatable to used in change_table statements + * Add mailer_content_type configuration parameter (by github.com/glennr) == 0.9.2 * bug fix * Ensure inactive user cannot sign in