CHANGELOG.rdoc in devise-0.3.0 vs CHANGELOG.rdoc in devise-0.4.0

- old
+ new

@@ -1,4 +1,17 @@ +* deprecations + * Notifier is deprecated, use DeviseMailer instead. Remember to rename + app/views/notifier to app/views/devise_mailer and I18n key from + devise.notifier to devise.mailer + * :authenticable calls are deprecated, use :authenticatable instead + +* enhancements + * [#16] Allow devise to be more agnostic. Do not require ActiveRecord to be loaded. + * Allow Warden::Manager to be configured through Devise + * Created a generator which creates an initializer + +== 0.3.0 + * bug fix * [#15] Allow yml messages to be configured by not using engine locales * deprecations * Renamed confirm_in to confirm_within