Expand command-add tutorial. Fix typos. Resolve #3277

This commit is contained in:
Griatch 2023-09-23 22:23:38 +02:00
parent edc91787c0
commit 8e10db5dca
5 changed files with 81 additions and 15 deletions

View file

@ -1,5 +1,19 @@
# Changelog
## Main branch
- [Fix][pull3267]: Missing recache step in ObjectSessionHandler (InspectorCaracal)
- [Fix][pull3270]: Evennia is its own MSSP family now, so we should return that
instead of 'Custom' (InspectorCaracal)
- [Fix][pull3274]: Traceback when creating objects with initial nattributes
(InspectorCaracal)
- Docs: Typo fixes and starting earlier with explaining how to add to the
default cmdsets.
[pull3267]: https://github.com/evennia/evennia/pull/3267
[pull3270]: https://github.com/evennia/evennia/pull/3270
[pull3274]: https://github.com/evennia/evennia/pull/3274
## Evennia 2.3.0
Sept 3, 2023