From 241e8077e366f3baa70518e4bc5e24fbbddc27dc Mon Sep 17 00:00:00 2001 From: Leonardo Tegon Date: Tue, 26 Mar 2019 13:22:52 -0300 Subject: [PATCH] Update `CHANGELOG.md` [ci skip] --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b28b314b..3db9136f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ### Unreleased +### 4.6.2 - 2019-03-26 + +* bug fixes + * Revert "Set `encrypted_password` to `nil` when `password` is set to `nil`" since it broke backward compatibility with existing applications. See more on https://github.com/plataformatec/devise/issues/5033#issuecomment-476386275 (by @mracos) + ### 4.6.1 - 2019-02-11 * bug fixes