From de7fa2eee2990363ab48f7a97a224cb004cb8339 Mon Sep 17 00:00:00 2001 From: Arthur Cinader <700572+acinader@users.noreply.github.com> Date: Tue, 16 Oct 2018 13:15:33 -0700 Subject: [PATCH] Add changelog for two already merged pr's --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 967df0b18c..0e754f07cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ### master [Full Changelog](https://github.com/parse-community/parse-server/compare/3.0.0...master) + +#### Breaking Changes: +* Return success on sendPasswordResetEmail even if email not found. See #7fe4030 +#### Security Fix: +* Expire password reset tokens on email change. See #5104 #### Bug fixes: * Fixes issue with vkontatke authentication