From 9af0dbb904e890f4e96048f642621febbcc80234 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 8 Mar 2025 21:17:39 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 448f135185..4cb064b87c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,7 @@ Python versions: 3.11, 3.12, 3.13. - [Fix][issue3723]: Bug in `ingame-map-display` contrib when using ordinal alises (aMiss-aWry) - [Fix][issue3726]: Fix Twisted v25 issue with returnValue() - [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: `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, @@ -55,6 +56,7 @@ Python versions: 3.11, 3.12, 3.13. [pull3723]: https://github.com/evennia/evennia/pull/3723 [pull3726]: https://github.com/evennia/evennia/pull/3726 [pull3729]: https://github.com/evennia/evennia/pull/3729 +[pull3737]: https://github.com/evennia/evennia/pull/3737 [issue3688]: https://github.com/evennia/evennia/issues/3688 [issue3688]: https://github.com/evennia/evennia/issues/3687