From 240cc9e02fd9b7783c4a26624b8527227b2da2bb Mon Sep 17 00:00:00 2001 From: Griatch Date: Tue, 25 Sep 2018 20:16:53 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1ead4b367..d54222cd26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -81,6 +81,7 @@ ### General - Start structuring the `CHANGELOG` to list features in more detail. +- Docker image `evennia/evennia:develop` is now auto-built, tracking the develop branch. - Inflection and grouping of multiple objects in default room (an box, three boxes) - `evennia.set_trace()` is now a shortcut for launching pdb/pudb on a line in the Evennia event loop.