From 3940846d7929411afb27cf15af3be346c7ca85fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Fri, 15 Apr 2011 10:58:27 +0200 Subject: [PATCH] Update CHANGELOG. --- CHANGELOG.rdoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index a5190345..50eb3cfa 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,9 +1,13 @@ * enhancements * All controllers can now handle different mime types than html using Responders (by github.com/sikachu) * Added reset_password_within as configuration option to send the token for recovery (by github.com/jdguyot) + * Bump password length to 128 characters (by github.com/k33l0r) + * Add :only as option to devise_for (by github.com/timoschilling) + * Allow to override path after sending password instructions (by github.com/irohiroki) * bug fix * Fix a bug where configuration options were being included too late + * Ensure Devise::TestHelpers can be used to tests Devise internal controllers (by github.com/jwilger) * backward incompatible changes * authentication_keys are no longer considered when creating the e-mail validations, the previous behavior was buggy. You must double check if you were relying on such behavior.