Updated HTML docs.

This commit is contained in:
Evennia docbuilder action 2023-02-25 19:05:33 +00:00
parent 9a6f655aed
commit ea71dcb87f
29 changed files with 124 additions and 99 deletions

View file

@ -1,5 +1,12 @@
# Changelog
## Main
- Bug fix: Evtable options showed spurious empty lines if set without desc
- Usage fix: The `teleport:` and `teleport_here:` locks where checked in
`CmdTeleport`, but not actually set on any entities. These locks are now
set with defaults on all objects,characters,rooms and exits.
## Evennia 1.2.0
- Bug fix: `TagHandler.get` did not consistently cast to string (aMiss-aWry)