From 2c607b5bb3c73b6c5d372f054649a9d4113c7b44 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 23 Jun 2019 19:07:24 +0200 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b73dc9692..772cdcb5a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -117,6 +117,10 @@ - `AttributeHandler.remove` and `TagHandler.remove` can now be used to delete by-category. If neither key nor category is given, they now work the same as .clear(). +### Protocols + +- Support for `Grapevine` MUD-chat network ("channels" supported) + ### Server - Convert ServerConf model to store its values as a Picklefield (same as Attributes) instead of using a custom solution.