From 8873f1f3137ee42d7fc0f7a4fc57c61d54b54cf8 Mon Sep 17 00:00:00 2001 From: trhr Date: Sat, 16 May 2020 16:24:57 -0500 Subject: [PATCH] Updated Changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8720800f2..4046b5fdcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.