From dd2a66d00c378d01bff8445566ab6d8f4b24204c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Mon, 2 Jan 2012 20:16:11 +0100 Subject: [PATCH] Update CHANGELOG. --- CHANGELOG.rdoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 3ad5c9ab..76dbb531 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,3 +1,11 @@ +== 2.0.0.rc2 + +* bug fix + * Fix incorrect message for locked account (by github.com/jigyasa) + * Regenerate confirmation token on reconfirmation (by github.com/nashby) + * Allow alternate ORMs to run compatibility setup code before Authenticatable is included (by github.com/jm81) + * Do not run validations unless on reconfirmable branch + == 2.0.0.rc Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.0