From 863b811167ef515f1e28de5ba14b0224728c4642 Mon Sep 17 00:00:00 2001 From: Ulisses Almeida Date: Sun, 15 May 2016 11:58:02 -0300 Subject: [PATCH] :memo: Update CHANGELOG --- CHANGELOG.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9edb0366..e708ad8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,10 +13,16 @@ * enhancements * Display the minimum password length on `registrations/edit` view (by @Yanchek99). * You can disable Devise's routes reloading on boot by through the `reload_routes = false` config. - This can reduce the time taken to boot the application but it might trigger some errors - if you application (mostly your controllers) requires that Devise mappings be loaded - during boot time. - (by @sidonath). + This can reduce the time taken to boot the application but it might trigger + some errors if you application (mostly your controllers) requires that + Devise mappings be loaded during boot time (by @sidonath). +* deprecations + * The option `bypass` of `Devise::Controllers::SignInOut#sign_in` method is + deprecated in favor of `Devise::Controllers::SignInOut#bypass_sign_in` + method (by @ulissesalmeida). +* bug fixes + * Fix overwriting the remember_token when a valid one already exists + (by @ralinchimev). ### 4.1.0