Evennia 4.4.0 minor release

This commit is contained in:
Griatch 2024-09-29 15:11:37 +02:00
parent bfec5c3a37
commit d76bc1a62b
5 changed files with 9 additions and 5 deletions

View file

@ -1,6 +1,8 @@
# Changelog
## Main branch
## Evennia 4.4.0
Sep 29, 2024
- Feat: Support `scripts key:typeclass` to create global scripts
with dynamic keys (rather than just relying on typeclass' key) (Griatch)