From 0c5acc6f38abc90f38358cba217c4b9be5e7e72e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Tue, 15 Feb 2011 11:35:24 +0100 Subject: [PATCH] Update CHANGELOG. --- CHANGELOG.rdoc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index caf575b1..26244d7d 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -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