mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Update CHANGELOG
This commit is contained in:
parent
592fa59e88
commit
a65fd873dd
1 changed files with 2 additions and 0 deletions
|
@ -17,10 +17,12 @@
|
|||
* Allow :unlock_strategy to be :none and add :lock_strategy which can be :failed_attempts or none. Setting those values to :none means that you want to handle lock and unlocking by yourself.
|
||||
* No need to append ?unauthenticated=true in URLs anymore since Flash was moved to a middleware in Rails 3.
|
||||
* :activatable is included by default in your models.
|
||||
* Allow to set cookie domain for the remember token. (by github.com/mantas)
|
||||
|
||||
* bug fix
|
||||
* Fix a bug with STI.
|
||||
* Do not remove options from Datamapper and MongoMapper in find.
|
||||
* confirmation_required? is properly honored on active? calls. (by github.com/paulrosania)
|
||||
|
||||
* deprecations
|
||||
* Rails 3 compatible only.
|
||||
|
|
Loading…
Add table
Reference in a new issue