From 601e1d3dc95adc02497b44c29c71c05faabf738d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Thu, 8 Sep 2011 08:36:06 +0200 Subject: [PATCH] Update CHANGELOG. --- CHANGELOG.rdoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index e7b989bc46..9f88605b6c 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,3 +1,11 @@ +== 1.4.5.dev + +* bug fix + * Failure app tries the root path if a session one does not exist + * No need to finalize Devise helpers all the time (by github.com/bradleypriest) + * Reset password shows proper message if user is not active + * `clean_up_passwords` sets the accessors to nil to skip validations + == 1.4.4 * bug fix