Update changelog

This commit is contained in:
Griatch 2020-11-14 16:06:45 +01:00
parent 8b8cac25c1
commit 4f0fdb4d8a

View file

@ -25,7 +25,10 @@
- Renamed Tutorial classes "Weapon" and "WeaponRack" to "TutorialWeapon" and
"TutorialWeaponRack" to prevent collisions with classes in mygame
### Evennia 0.9.5 (master)
### Evennia 0.9.5
A transitional release, including new doc system
- `is_typeclass(obj (Object), exact (bool))` now defaults to exact=False
- `py` command now reroutes stdout to output results in-game client. `py`
without arguments starts a full interactive Python console.