From 3f26b26cb1cc76cc6be352cf1d77d383ba90810d Mon Sep 17 00:00:00 2001 From: Andrew Bastien Date: Fri, 10 Apr 2020 15:31:55 -0700 Subject: [PATCH] Add a contents indexer to optimize inventory lookups. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5272d7c8c..475e9979c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ - 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) - +- Added content_types indexing to DefaultObject's ContentsHandler. ### Already in master - `is_typeclass(obj (Object), exact (bool))` now defaults to exact=False