Update CHANGELOG.

This commit is contained in:
José Valim 2010-03-28 23:15:45 +02:00
parent 2a082f3e4c
commit 63deb0e80a
1 changed files with 10 additions and 2 deletions

View File

@ -16,8 +16,8 @@
* Compatibility with Datamapper and Mongoid.
* bug fix
* Do not use lock! on lockable since it's part of ActiveRecord API.
* Fix a bug when giving an association proxy to devise.
* Do not allow unlockable strategies based on time to access a controller.
* Do not send unlockable email several times.
* deprecations
* Rails 3 compatible only.
@ -25,6 +25,14 @@
* Devise.orm is deprecated, just require "devise/orm/YOUR_ORM" instead.
* Devise.default_url_options is deprecated, just modify ApplicationController.default_url_options.
== 1.0.5
* bug fix
* Use prepend_before_filter in require_no_authentication.
* require_no_authentication on unlockable.
* Fix a bug when giving an association proxy to devise.
* Do not use lock! on lockable since it's part of ActiveRecord API.
== 1.0.4
* bug fix