mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Release 2.0.1.
This commit is contained in:
parent
86c8e5455a
commit
f1a27b8f33
2 changed files with 11 additions and 2 deletions
|
@ -1,7 +1,16 @@
|
|||
== 2.0.0
|
||||
== 2.0.1
|
||||
|
||||
Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.0
|
||||
|
||||
* enhancements
|
||||
* Improved error messages on deprecation warnings
|
||||
* Hide Devise's internal generators from `rails g` command
|
||||
|
||||
* bug fix
|
||||
* Removed tmp and log files from gem
|
||||
|
||||
== 2.0.0
|
||||
|
||||
* enhancements
|
||||
* Add support for e-mail reconfirmation on change (by @Mandaryn and @heimidal)
|
||||
* Redirect users to sign in page after unlock (by @nashby)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Devise
|
||||
VERSION = "2.0.0".freeze
|
||||
VERSION = "2.0.1".freeze
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue