From a4c68184e81a0bed921e36edfdba3dfc859fcec2 Mon Sep 17 00:00:00 2001 From: Andrey Semakin Date: Sat, 30 Nov 2019 22:16:14 +0500 Subject: [PATCH] Update change log --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 84e48528..a4369978 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -22,6 +22,9 @@ For all of the above we finally had to break compatibility with **v0.6 (stable)* For non-customized Flask-User apps, the porting is relatively straightforward. See the 'Porting from v0.6 to v1.0+' section in our docs. +* v1.0.2.3: + * Display "flash" message when change password fails + (see `#239 `_). * v1.0.2.2: * Added new settings to ``UserManager`` which can be used to customize page footers: ``USER_APP_VERSION``, ``USER_CORPORATION_NAME``, and