From d5a2a9b2da15bf7572c24941c6a35bf7bb3a9061 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Fri, 26 Oct 2012 11:21:16 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.rdoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index c827b4cd..469e84f7 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,6 +1,9 @@ * enhancement * Default minimum password length is now 8 (by @carlosgaldino). * Confirmable now has a confirm_within option to set a period while the confirmation token is still valid (by @promisedlandt) + * Make #set_flash_message respect i18n-set resource_name (by @latortuga) + * Separate `sign_in` and `sign_up` on RegistrationsController (by @rubynortheast) + * Add autofocus to default views (by @Radagaisus) * bug fix * Fix a regression introduced on warden 1.2.1 (by @ejfinneran) @@ -8,6 +11,8 @@ * 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) + * Properly assign resource on sign_in action (by @adammcnamara) + * Unlockable could leak account existence on paranoid mode (by @latortuga) == 2.1.2