Update changelog
This commit is contained in:
parent
a02a71b7f3
commit
3537365e3c
2 changed files with 10 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue