Update CHANGELOG.

This commit is contained in:
José Valim 2011-04-16 12:54:26 +02:00
parent cb622e99d8
commit 3d5e692c2c
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@
* bug fix
* Fix a bug where configuration options were being included too late
* Ensure Devise::TestHelpers can be used to tests Devise internal controllers (by github.com/jwilger)
* valid_password? should not choke on empty passwords (by github.com/mikel)
* downcase keys before validation
* backward incompatible changes
* authentication_keys are no longer considered when creating the e-mail validations, the previous behavior was buggy. You must double check if you were relying on such behavior.