Update changelog

This commit is contained in:
Griatch 2023-07-14 15:22:16 +02:00
parent 37a05f4b17
commit 49bb82f8ff
2 changed files with 4 additions and 0 deletions

View file

@ -2,6 +2,8 @@
## Evennia 2.1.0
July 14, 2023
- Fix: The new `ExtendedRoom` contrib has a bug when dug with no descriptions.
- Fix: Clean up `get_sides` function in evadventure tutorial to return also
the calling combatant with its `allies` return, to make it easier to reason around.

View file

@ -2,6 +2,8 @@
## Evennia 2.1.0
July 14, 2023
- Fix: The new `ExtendedRoom` contrib has a bug when dug with no descriptions.
- Fix: Clean up `get_sides` function in evadventure tutorial to return also
the calling combatant with its `allies` return, to make it easier to reason around.