From 3d5e692c2c9fa14780d2c7e830df842c30d37a98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Sat, 16 Apr 2011 12:54:26 +0200 Subject: [PATCH] Update CHANGELOG. --- CHANGELOG.rdoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 50eb3cfa..19f55cdb 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -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.