From a2bb02c82c65b6e2740f3a9c930311ec1f7d4944 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 18 Jan 2025 16:25:19 +0100 Subject: [PATCH] Updated Changelog --- docs/source/Coding/Changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/source/Coding/Changelog.md b/docs/source/Coding/Changelog.md index 89c2b05fec..5e6c49ca3b 100644 --- a/docs/source/Coding/Changelog.md +++ b/docs/source/Coding/Changelog.md @@ -19,7 +19,12 @@ - [Fix][pull3707]: Correct links in `about` command (0xDEADFED5) - [Fix][pull3710]: Clean reduntant session clearin in `at_server_cold_start` (InspectorCaracal) - [Fix][pull3711]: Usability improvements in the Discord integration (InspectorCaracal) +- [Fix][issue3688]: Made TutorialWorld possible to build cleanly without being a superuser (Griatch) +- [Fix][issue3687]: Fixed batchcommand/interactive with developer perms (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, + it caused an OnDemandHandler save error on reload. Will now clean up on save. (Griatch) + used as the task's category (Griatch) - [Docs]: Fixes from InspectorCaracal, Griatch @@ -33,6 +38,9 @@ [pull3707]: https://github.com/evennia/evennia/pull/3707 [pull3710]: https://github.com/evennia/evennia/pull/3710 [pull3711]: https://github.com/evennia/evennia/pull/3711 +[issue3688]: https://github.com/evennia/evennia/issues/3688 +[issue3688]: https://github.com/evennia/evennia/issues/3687 + ## Evennia 4.5.0