From 6800f02745713a265a1d1a711a1b1d5523ff5964 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 15 Mar 2025 08:01:59 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5acba71733..4e7b5209c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,7 @@ Python versions: 3.11, 3.12, 3.13. - [Fix][issue3729]: Godot client text2bbcode mxp link conversion error (ChrisLR) - [Fix][issue3737]: The `evennia --gamedir` command didn't properly set the alt gamedir (Russel-Jones) - [Fix][issue3739]: Fixing f-string in account.py for i18n (JohnFi) +- [Fix][issue3743]: Log full stack trace on failed object creation (aMiss-aWry) - Fix: `options` setting `NOPROMPTGOAHEAD` was not possible to set (Griatch) - Fix: Make `\\` properly preserve one backlash in funcparser (Griatch) - Fix: When an object was used as an On-Demand Task's category, and that object was then deleted, @@ -59,6 +60,7 @@ Python versions: 3.11, 3.12, 3.13. [pull3729]: https://github.com/evennia/evennia/pull/3729 [pull3737]: https://github.com/evennia/evennia/pull/3737 [pull3739]: https://github.com/evennia/evennia/pull/3739 +[pull3743]: https://github.com/evennia/evennia/pull/3743 [issue3688]: https://github.com/evennia/evennia/issues/3688 [issue3688]: https://github.com/evennia/evennia/issues/3687