From 1f68309c470fbba06c9570ea259c6678875baa2f Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Mon, 15 Apr 2013 15:50:06 -0300 Subject: [PATCH] :scissors: changelog [ci skip] --- CHANGELOG.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 83b0b28c..cda2ef9e 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -4,7 +4,7 @@ * 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) + * 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)