From 2dfa7e17617065a3c722e9ed458dbe91801e29f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Sat, 13 Apr 2013 22:10:48 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.rdoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 5d4873e9..83b0b28c 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -3,10 +3,13 @@ * enhancements * Add `#skip_confirmation_notification!` method to `Confirmable`. Allows skipping confirmation email without auto-confirming. (by @gregates) * allow_unconfirmed_access_for config from `:confirmable` module can be set to `nil` that means unconfirmed access for unlimited time. (by @nashby) + * Support Rails' token strategy on authentication (by @robhurring) + * Support explicitly setting the http authentication key via `config.http_authentication_key` (by @neo) * bug fix * Generating scoped devise views now uses the correct scoped shared links partial instead of the default devise one (by @nashby) * Fix inheriting mailer templates from `Devise::Mailer` + * Fix a bug when procs are used as default mailer in Devise (by @tomasv) == 2.2.3