Update CHANGELOG.

This commit is contained in:
José Valim 2011-02-15 11:35:24 +01:00
parent dd721f1857
commit 0c5acc6f38
1 changed files with 15 additions and 0 deletions

View File

@ -1,5 +1,6 @@
* enhancements
* Make friendly_token 20 chars long
* Use secure_compare
* bug fix
* Fix an issue causing infinite redirects in production
@ -54,6 +55,20 @@
* Ensure namespaces has proper scoped views
* 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
* bugfix