From d4f9421b8feec1675a875b520df5dd3ea1ba04b0 Mon Sep 17 00:00:00 2001 From: Griatch Date: Fri, 17 Jan 2020 22:44:10 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05f4ea2772..f5895b7a37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,7 @@ without arguments starts a full interactive Python console. - EvMore auto-justify now defaults to False since this works better with all types of texts (such as tables). New `justify` bool. Old `justify_kwargs` remains but is now only used to pass extra kwargs into the justify function. +- Improve performance of `find` command on large data sets (strikaco) ## Evennia 0.9 (2018-2019)