mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
OMG Forgot to update the Changelog
This commit is contained in:
parent
91ba14e77e
commit
9d724cb72a
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
== 2.1.0.dev
|
== 2.1.0.rc
|
||||||
|
|
||||||
* enhancements
|
* enhancements
|
||||||
* Add check_fields! method on Devise::Models to check if the model includes the fields that Devise uses
|
* Add check_fields! method on Devise::Models to check if the model includes the fields that Devise uses
|
||||||
|
@ -7,6 +7,7 @@
|
||||||
* bug fix
|
* bug fix
|
||||||
* Ensure after sign in hook is not called without a resource
|
* 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
|
* 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
|
* deprecation
|
||||||
* All devise modules should have a required_fields(klass) module method to help gathering missing attributes
|
* All devise modules should have a required_fields(klass) module method to help gathering missing attributes
|
||||||
|
|
Loading…
Reference in a new issue