From d15d0ba6a504da543c26faf008c4ca005f6b56de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Fri, 17 Feb 2012 09:32:09 +0100 Subject: [PATCH] Update CHANGELOG. --- CHANGELOG.rdoc | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 01f015d3..58215e24 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,4 +1,11 @@ -== 2.0.3 +== 2.0.4 + +Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.0 + +* bug fix + * Fix a regression that caused Warden to be initialized too late + +== 2.0.3 (yanked) * bug fix * Ensure warning is not shown by mistake on apps with mounted engines @@ -8,8 +15,6 @@ == 2.0.2 -Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.0 - * enhancements * Add devise_i18n_options to customize I18n message @@ -114,7 +119,7 @@ Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2. * bug fix * Fix backward incompatible change from 1.4.6 for those using custom controllers -== 1.4.6 +== 1.4.6 (yanked) * enhancements * Allow devise_for :skip => :all