Update CHANGELOG
This commit is contained in:
parent
62bfa3e8f4
commit
379f2b63ab
1 changed files with 2 additions and 0 deletions
|
|
@ -164,6 +164,8 @@ Up requirements to Django 4.0+, Twisted 22+, Python 3.9 or 3.10
|
||||||
data in a similar way to django fields.
|
data in a similar way to django fields.
|
||||||
- The db pickle-serializer now checks for methods `__serialize_dbobjs__` and `__deserialize_dbobjs__`
|
- The db pickle-serializer now checks for methods `__serialize_dbobjs__` and `__deserialize_dbobjs__`
|
||||||
to allow custom packing/unpacking of nested dbobjs, to allow storing in Attribute.
|
to allow custom packing/unpacking of nested dbobjs, to allow storing in Attribute.
|
||||||
|
- Optimizations to rpsystem contrib performance. Breaking change: `.get_sdesc()` will
|
||||||
|
now return `None` instead of `.db.desc` if no sdesc is set; fallback in hook (inspectorCaracal)
|
||||||
|
|
||||||
|
|
||||||
## Evennia 0.9.5
|
## Evennia 0.9.5
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue