From a5158939de3cdd4370be300fb2e2c06410c996eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Thu, 18 Sep 2014 20:28:24 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec66617d..d0c53e8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,13 @@ * enhancements * The Simple Form templates follow the same change from 3.3.0 by using `Log in` and adding a hint about the minimum password length when `validatable` is enabled (by @aried3r) + * Remove reloading of routes when eager loading is enabled. This change was added during Rails 3 and it doesn't seem to be relevant to currently supported Rails versions (by @fgro) -* bug fixes +* bug fix * Fixed a regression where the devise generator would fail with a `ConnectionNotEstablished` - exception when executed inside a mountable engine. + exception when executed inside a mountable engine + * Ensure to return symbols in find_scope! fixing a previous regression from 3.3.0 (by @micat) + * Ensure all causes of failed login have the same error message (by @pjungwir) ### 3.3.0