From 1579ec9a87e431a9e325c9fa67cc2261df0b74d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Thu, 28 Jun 2012 12:13:42 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.rdoc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 30e4dd32a7..9f9a587813 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,6 +1,13 @@ +* bug fix + * Fix a regression introduced on warden 1.2.1 (by @ejfinneran) + * Properly camelize omniauth strategies (by @saizai) + * Do not set flash messages for non navigational requests on session sign out (by @mathieul) + * Set the proper fields as required on the lockable module (by @nickhoffman) + * Respects Devise mailer default's reply_to (by @mrchrisadams) + == 2.1.2 -* Enhancements +* enhancements * Handle backwards incompatibility between Rails 3.2.6 and Thor 0.15.x * bug fix