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.