From fc37436a24ae277afb518a53a61e6fcde9180ad4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Tue, 21 Sep 2010 10:52:24 +0200 Subject: [PATCH] Update CHANGELOG. --- CHANGELOG.rdoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 0376ed74..fc1463d2 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -6,10 +6,13 @@ * Added OAuth 2 support * sign_out_via is available in the router to configure the method used for sign out (by github.com/martinrehfeld) * Improved Ajax requests handling in failure app (by github.com/spastorino) + * Add reply-to to e-mail headers by default * bugfix * after_sign_in_path_for always receives a resource - * Updated the views generator to respect the rails :template_engine option (by github.com/fredwu) + * Updated the views generator to respect the rails :template_engine option (by github.com/fredwu) + * Do not execute Warden::Callbacks on Devise::TestHelpers (by github.com/sgronblo) + * Check the type of HTTP Authentication before using Basic headers == 1.1.2