From 85c90671bcedf34f91c74911f7d75df268b83704 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Sat, 16 Jun 2012 12:38:02 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.rdoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 5f849001..0520ea3d 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,6 +1,8 @@ * enhancements * `Devise.omniauth_path_prefix` is available to configure omniauth path prefix * Redirect to sign in page when trying to access password#edit without a token (by @gbataille) + * Allow a lambda in authenticate(d) routes helpers to further select the scope + * Removed warnings on Rails 3.2.6 (by @nashby) * bug fix * `update_with_password` now relies on assign_attributes and forwards the :as option (by @wtn)