From c37552f552e9e798e9a478e188a941c1d7689498 Mon Sep 17 00:00:00 2001 From: Lucas Mazza Date: Mon, 11 Aug 2014 17:36:57 -0300 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a858118a..d36afb54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ #2906 for the updated copy (by @p-originate) * Allow a resource to be found based on its encrypted password token (by @karlentwistle) * Adds `devise_group`, a macro to define controller helpers for multiple mappings at once. (by @dropletzz) + * The default views now use `Log in` instead of `Sign in` and have a hint about the minimum password length if + the current scope is using the `validatable` module (by @alexsoble) * bug fix * Check if there is a signed in user before executing the `SessionsController#destroy`.