Make monitorhandler support Attribute categories. Resolve 1807.

This commit is contained in:
Griatch 2022-01-08 21:58:03 +01:00
parent a8b52b76b3
commit cc22a776ee
2 changed files with 26 additions and 4 deletions

View file

@ -130,6 +130,10 @@ Up requirements to Django 3.2+, Twisted 21+
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)
- Restructured `contrib/` folder, placing all contribs as separate packages under
subfolders. All imports will need to be updated.
- Made `MonitorHandler.add/remove` support `category` for monitoring Attributes
with a category (before only key was used, ignoring category entirely).
### Evennia 0.9.5 (2019-2020)