Evennia 4.1.0 minor release

This commit is contained in:
Griatch 2024-04-01 20:36:26 +02:00
parent c4552d6953
commit c01ebb5915
4 changed files with 8 additions and 4 deletions

View file

@ -1,6 +1,8 @@
# Changelog
## Main branch
## Evennia 4.1.0
April 1, 2024
- [Deprecation]: `DefaultObject.get_visible_contents` - unused in core, will be
removed. Use the new `.filter_visible` together with the `.get_display_*` methods instead..