From 879d1d3f79d81b032ba3c2f7090d1ac6da7bee3c Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 29 Apr 2023 08:02:00 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1a047ae00..c3ff4ad6e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ - Tools: More unit tests for scripts (Storsorken) - Fix: Components contrib had issues with inherited typeclasses (ChrisLR) - Fix: f-string fix in clothing contrib (aMiss-aWry) +- Fix: Have `EvenniaTestCase` properly flush idmapper cache (bradleymarques) - Docs: Made separate doc pages for Exits, Characters and Rooms. Expanded on how to change the description of an in-game object with templating. - Docs: A multitude of doc issues and typos fixed.