Update CHANGELOG.

This commit is contained in:
José Valim 2010-03-03 12:25:28 +01:00
parent 1d4f4c19c9
commit 288b92d2be
1 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,12 @@
* 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.4
* bug fix
* Fixed a bug when deleting an account with rememberable
* Fixed a bug with custom controllers
== 1.0.3
* enhancements