Update the CHANGELOG

This commit is contained in:
Griatch 2020-04-11 20:42:19 +02:00
parent 66ed25b885
commit 88ea3c7db0

View file

@ -7,6 +7,9 @@
- REST API allows you external access to db objects through HTTP requests (Tehom)
- `Object.normalize_name` and `.validate_name` added to (by default) enforce latinify
on character name and avoid potential exploits using clever Unicode chars (trhr)
- New `utils.format_grid` for easily displaying long lists of items in a block.
- Using `lunr` search indexing for better `help` matching and suggestions. Also improve
the main help command's default listing output.
### Already in master