diff --git a/CHANGELOG.md b/CHANGELOG.md index ccbe296151..c37ac4979a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## Main branch + +- [Fix][pull3438]: Error with 'you' mapping in third-person style of + `msg_contents` (InspectorCaracal) +- [Fix][pull3472]: The new `filter_visible` didn't exclude oneself by default + (InspectorCaracal) + +[pull3438]: https://github.com/evennia/evennia/pull/3446 + + ## Evennia 4.1.0 April 1, 2024 diff --git a/evennia/contrib/tutorials/evadventure/chargen.py b/evennia/contrib/tutorials/evadventure/chargen.py index a1b429e3d1..6c773a0116 100644 --- a/evennia/contrib/tutorials/evadventure/chargen.py +++ b/evennia/contrib/tutorials/evadventure/chargen.py @@ -4,7 +4,6 @@ EvAdventure character generation. """ from django.conf import settings - from evennia.objects.models import ObjectDB from evennia.prototypes.spawner import spawn from evennia.utils.create import create_object