mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Update changelog
This commit is contained in:
parent
86f18c6686
commit
d7155db1d1
1 changed files with 3 additions and 0 deletions
|
|
@ -2,6 +2,9 @@
|
|||
|
||||
## Main branch (git)
|
||||
|
||||
- Bug fix: Make sure command parser gives precedence to longer cmd-aliases. So
|
||||
if sending `smile at` and the cmd `smile` has alias `smile at`, the match is
|
||||
ordered so the result is never interpreted as `smile` with an argument `at`.
|
||||
- Bug fix: || (escaped color tags) were parsed too early in help entries,
|
||||
leading to colors when wanting a | separator
|
||||
- Bug fix: Make sure spawned objects get `typeclass_path` pointing to the true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue