From bde0f264960a965767bb488d6339685ff8fede03 Mon Sep 17 00:00:00 2001 From: Griatch Date: Thu, 19 Sep 2019 19:26:42 +0200 Subject: [PATCH] Update changelog with removal of pillow lib requirement --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a9bc3ed65..45cd4cc941 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ without arguments starts a full interactive Python console. to better make ANSI graphics look the same as for third-party clients - `AttributeHandler.get(return_list=True)` will return `[]` if there are no Attributes instead of `[None]`. +- Remove `pillow` requirement (install especially if using imagefield) ## Evennia 0.9 (2018-2019)