Update changelog

This commit is contained in:
Griatch 2024-04-03 21:51:03 +02:00
parent a02a71b7f3
commit 3537365e3c
2 changed files with 10 additions and 1 deletions

View file

@ -1,5 +1,15 @@
# Changelog # 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 ## Evennia 4.1.0
April 1, 2024 April 1, 2024

View file

@ -4,7 +4,6 @@ EvAdventure character generation.
""" """
from django.conf import settings from django.conf import settings
from evennia.objects.models import ObjectDB from evennia.objects.models import ObjectDB
from evennia.prototypes.spawner import spawn from evennia.prototypes.spawner import spawn
from evennia.utils.create import create_object from evennia.utils.create import create_object