From a1fcc28615bbdfdbc3e5c069dbe4a769ad5d3423 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92c3758b52..9100761d4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - new `drop:holds()` lock default to limit dropping nonsensical things. Access check defaults to True for backwards-compatibility in 0.9, will be False in 1.0 +- Added content_types indexing to DefaultObject's ContentsHandler. ### Already in master - `is_typeclass(obj (Object), exact (bool))` now defaults to exact=False