From ce16d47501206329503f36031888f255687ece37 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 12 Feb 2022 14:11:26 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04c83b664..00603b402 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,8 @@ Up requirements to Django 4.0+, Twisted 22+, Python 3.9 or 3.10 user davewiththenicehat. Also add new doc string. - Add central `FuncParser` as a much more powerful replacement for the old `parse_inlinefunc` function. +- Attribute/NAttribute got a homogenous representation, using intefaces, both + `AttributeHandler` and `NAttributeHandler` has same api now. - Add `evennia/utils/verb_conjugation` for automatic verb conjugation (English only). This is useful for implementing actor-stance emoting for sending a string to different targets. - New version of Italian translation (rpolve)