From 9d724cb72a3cecfa761452c7cea62cb85f5abe2d Mon Sep 17 00:00:00 2001 From: Rodrigo Flores Date: Thu, 15 Mar 2012 11:23:01 -0300 Subject: [PATCH] OMG Forgot to update the Changelog --- CHANGELOG.rdoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 35519f12..13ba1199 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,4 +1,4 @@ -== 2.1.0.dev +== 2.1.0.rc * enhancements * Add check_fields! method on Devise::Models to check if the model includes the fields that Devise uses @@ -7,6 +7,7 @@ * bug fix * Ensure after sign in hook is not called without a resource * Fix a term: now on Omniauth related flash messages, we say that we're authenticating from an omniauth provider instead of authorizing + * Fixed redirect when authenticated mounted apps (by @hakanensari) * deprecation * All devise modules should have a required_fields(klass) module method to help gathering missing attributes