Updated Changelog

This commit is contained in:
trhr 2020-05-16 16:24:57 -05:00 committed by Griatch
parent 69bc0ed880
commit 8873f1f313

View file

@ -19,6 +19,8 @@
- Added new `requirements_extra.txt` file for easily getting all optional dependencies.
### Already in master
- Renamed Tutorial classes "Weapon" and "WeaponRack" to "TutorialWeapon" and
"TutorialWeaponRack" to prevent collisions with classes in mygame
- `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.