From 952c162bee8dbf7fb8ef0522a5142d8567bb4f1b Mon Sep 17 00:00:00 2001 From: Lucas Mazza Date: Thu, 18 Sep 2014 17:25:13 -0300 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0c53e8f..7b104052 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,8 @@ * 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) - + * Controller generator added as `devise:controllers SCOPE`. You can use the `-c` flag + to pick which controllers (`unlocks`, `confirmations`, etc) you want to generate. (by @Chun-Yang) * bug fix * Fixed a regression where the devise generator would fail with a `ConnectionNotEstablished` exception when executed inside a mountable engine