Update CHANGELOG

This commit is contained in:
José Valim 2010-05-16 14:55:35 +02:00
parent 592fa59e88
commit a65fd873dd
1 changed files with 2 additions and 0 deletions

View File

@ -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.