From 88ea3c7db0c10b7ab00378fb1775aa993285e0c3 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 11 Apr 2020 20:42:19 +0200 Subject: [PATCH] Update the CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5272d7c8c..6ffa74b003 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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