From 2b79519ad1c30f599fe217d701df15f83e8b1ebc Mon Sep 17 00:00:00 2001 From: Rodrigo Flores Date: Sat, 3 Mar 2012 15:25:07 -0300 Subject: [PATCH] Changelog --- CHANGELOG.rdoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 0aa0c480..d668bf0e 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -7,6 +7,10 @@ * Ensure after sign in hook is not called without a resource * fixed a term: now on Omniauth related flash messages, we say that we're authenticating from an omniauth provider instead of authorizing. +# deprecation + * All devise modules should have a required_fields(klass) module method to help + gathering missing attributes. + == 2.0.4 Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.0