From ae75186c52c6cc81d94effdf1cb3c1a620776430 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Tue, 15 Feb 2011 10:59:41 +0100 Subject: [PATCH] Update CHANGELOG. --- CHANGELOG.rdoc | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 68323f4e..caf575b1 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -10,6 +10,7 @@ * Ensure after_* hooks are called on RegistrationsController * When using database_authenticatable Devise will now only create an email field when appropriate (if using default authentication_keys or custom authentication_keys with email included) * Ensure stateless token does not trigger timeout (by github.com/pixelauthority) + * Implement handle_unverified_request for Rails 3.0.4 compatibility and improve FailureApp reliance on symbols * deprecations * Deprecated anybody_signed_in? in favor of signed_in? (by github.com/gavinhughes)