From d4590ff600edca187f15ed312e94ea1d7e651e29 Mon Sep 17 00:00:00 2001 From: Griatch Date: Thu, 18 Apr 2019 22:27:09 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8ec5ef076..71bc33b9bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -100,6 +100,8 @@ Web/Django standard initiative (@strikaco) + `validate_username`: Mechanism for validating a username based on predefined Django validators. + `validate_password`: Mechanism for validating a password based on predefined Django validators. + `set_password`: Apply password to account, using validation checks. +- `AttributeHandler.remove` and `TagHandler.remove` can now be used to delete by-category. If neither + key nor category is given, they now work the same as .clear(). ### Server