1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

Update CHANGELOG, release 2.0.2

This commit is contained in:
José Valim 2012-02-15 17:26:13 +01:00
parent 27a83f3dd3
commit 2e27d1f763
2 changed files with 14 additions and 2 deletions

View file

@ -1,7 +1,19 @@
== 2.0.1
== 2.0.2
Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.0
* enhancements
* Add devise_i18n_options to customize I18n message
* bug fix
* Ensure Devise.available_router_name defaults to :main_app
* Set autocomplete to off for password on edit forms
* Better error messages in case a trackable model can't be saved
* Show a warning in case someone gives a pluralized name to devise generator
* Fix test behavior for rspec subject requests (by @sj26)
== 2.0.1
* enhancements
* Improved error messages on deprecation warnings
* Hide Devise's internal generators from `rails g` command

View file

@ -1,3 +1,3 @@
module Devise
VERSION = "2.0.1".freeze
VERSION = "2.0.2".freeze
end