Update CHANGELOG

This commit is contained in:
Griatch 2019-04-18 22:27:09 +02:00
parent 983a58f055
commit d4590ff600

View file

@ -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