mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Update CHANGELOG
This commit is contained in:
parent
5bf4f57fcf
commit
2dfa7e1761
1 changed files with 3 additions and 0 deletions
|
@ -3,10 +3,13 @@
|
||||||
* enhancements
|
* enhancements
|
||||||
* Add `#skip_confirmation_notification!` method to `Confirmable`. Allows skipping confirmation email without auto-confirming. (by @gregates)
|
* Add `#skip_confirmation_notification!` method to `Confirmable`. Allows skipping confirmation email without auto-confirming. (by @gregates)
|
||||||
* allow_unconfirmed_access_for config from `:confirmable` module can be set to `nil` that means unconfirmed access for unlimited time. (by @nashby)
|
* allow_unconfirmed_access_for config from `:confirmable` module can be set to `nil` that means unconfirmed access for unlimited time. (by @nashby)
|
||||||
|
* Support Rails' token strategy on authentication (by @robhurring)
|
||||||
|
* Support explicitly setting the http authentication key via `config.http_authentication_key` (by @neo)
|
||||||
|
|
||||||
* bug fix
|
* bug fix
|
||||||
* Generating scoped devise views now uses the correct scoped shared links partial instead of the default devise one (by @nashby)
|
* Generating scoped devise views now uses the correct scoped shared links partial instead of the default devise one (by @nashby)
|
||||||
* Fix inheriting mailer templates from `Devise::Mailer`
|
* Fix inheriting mailer templates from `Devise::Mailer`
|
||||||
|
* Fix a bug when procs are used as default mailer in Devise (by @tomasv)
|
||||||
|
|
||||||
== 2.2.3
|
== 2.2.3
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue