From b7683364dd0bfd6200044d04d9ed6745aceabcc1 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Mon, 16 Jan 2023 05:12:26 +0000 Subject: [PATCH] update changelog --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index b56318450e..52de122483 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,7 @@ ## Features - Password history setting allows to save user's last used password so that it may not be used again. Maximum number of history saved is 20, which can be configured [#4866](https://github.com/appwrite/appwrite/pull/4866) +- Password dictionary setting allows to compare user's password against command password database [4906](https://github.com/appwrite/appwrite/pull/4906) # Version 1.2.0 ## Features