mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Expand command-add tutorial. Fix typos. Resolve #3277
This commit is contained in:
parent
edc91787c0
commit
8e10db5dca
5 changed files with 81 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue