From 7f0d314e7f23f78f44f8da636c905756028434ea Mon Sep 17 00:00:00 2001 From: Griatch Date: Fri, 17 Dec 2021 08:49:04 +0100 Subject: [PATCH] Update changelog with merged PR --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03d41faee7..a9400c92ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -128,6 +128,8 @@ Up requirements to Django 3.2+, Twisted 21+ attribute categories and value types (when not strings). - `AttributeHandler.remove(key, return_exception=False, category=None, ...)` changed to `.remove(key, category=None, return_exception=False, ...)` for consistency. +- New `command cooldown` contrib for making it easier to manage commands using + dynamic cooldowns between uses (owllex) ### Evennia 0.9.5 (2019-2020)