From 4f0fdb4d8a5c5163cf71c7493fa5fb380baaa37a Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 14 Nov 2020 16:06:45 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6ce8f5702..e5e78b31b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.