From 5f1c21051173a10ac7928b25bd7d6be44ba94d6b Mon Sep 17 00:00:00 2001 From: Leonardo Tegon Date: Thu, 21 Dec 2017 17:15:01 -0200 Subject: [PATCH] Update CHANGELOG.md [ci skip] --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index edd12e70..94a61d2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ### Unreleased +* Enhancements + * Add `frozen_string_literal` pragma comment to all Ruby files. (by @pat) + * Use `set_flash_method!` instead of `set_flash_method` in `Devise::OmniauthCallbacksController#failure`. (by @saichander17) + * Clarify how `store_location_for` modifies URIs. (by @olivierlacan) + * Move `failed_attempts` increment into its own function. by (@mobilutz) + * Add `autocomplete="email"` to email fields. by (@MikeRogers0) + * bug fixes * Validations were being ignored on singup in the `Trackable#update_tracked_fields!` method. (by @AshleyFoster) * Do not modify options for `#serializable_hash`. (by @guigs)