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
dd721f1857
commit
0c5acc6f38
1 changed files with 15 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
* enhancements
|
* enhancements
|
||||||
* Make friendly_token 20 chars long
|
* Make friendly_token 20 chars long
|
||||||
|
* Use secure_compare
|
||||||
|
|
||||||
* bug fix
|
* bug fix
|
||||||
* Fix an issue causing infinite redirects in production
|
* Fix an issue causing infinite redirects in production
|
||||||
|
@ -54,6 +55,20 @@
|
||||||
* Ensure namespaces has proper scoped views
|
* Ensure namespaces has proper scoped views
|
||||||
* Ensure Devise does not set empty flash messages (by github.com/sxross)
|
* Ensure Devise does not set empty flash messages (by github.com/sxross)
|
||||||
|
|
||||||
|
== 1.1.6
|
||||||
|
|
||||||
|
* Use a more secure e-mail regexp
|
||||||
|
* Implement Rails 3.0.4 handle unverified request
|
||||||
|
* Use secure_compare to compare passwords
|
||||||
|
|
||||||
|
== 1.1.5
|
||||||
|
|
||||||
|
* bugfix
|
||||||
|
* Ensure to convert keys on indifferent hash
|
||||||
|
|
||||||
|
* defaults
|
||||||
|
* Set config.http_authenticatable to false to avoid confusion
|
||||||
|
|
||||||
== 1.1.4
|
== 1.1.4
|
||||||
|
|
||||||
* bugfix
|
* bugfix
|
||||||
|
|
Loading…
Reference in a new issue