From 04153bbc9f7ebdf647994f24a7aac0ca962dce50 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 15 Feb 2025 10:22:25 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f80893593..058b37b24c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ drop 3.10 support as part of next major release. - [Fix][issue3688]: Made TutorialWorld possible to build cleanly without being a superuser (Griatch) - [Fix][issue3687]: Fixed batchcommand/interactive with developer perms (Griatch) - [Fix][issue3723]: Bug in `ingame-map-display` contrib when using ordinal alises (aMiss-aWry) +- [Fix][issue3726]: Fix Twisted v25 issue with returnValue() - 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, it caused an OnDemandHandler save error on reload. Will now clean up on save. (Griatch) @@ -50,6 +51,7 @@ drop 3.10 support as part of next major release. [pull3719]: https://github.com/evennia/evennia/pull/3719 [pull3721]: https://github.com/evennia/evennia/pull/3721 [pull3723]: https://github.com/evennia/evennia/pull/3723 +[pull3726]: https://github.com/evennia/evennia/pull/3726 [issue3688]: https://github.com/evennia/evennia/issues/3688 [issue3688]: https://github.com/evennia/evennia/issues/3687