From 49bb82f8ffb1580f4e3790077f6cbfe3f9c98b34 Mon Sep 17 00:00:00 2001 From: Griatch Date: Fri, 14 Jul 2023 15:22:16 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ docs/source/Coding/Changelog.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d28b46a22..709cf196aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Evennia 2.1.0 +July 14, 2023 + - Fix: The new `ExtendedRoom` contrib has a bug when dug with no descriptions. - Fix: Clean up `get_sides` function in evadventure tutorial to return also the calling combatant with its `allies` return, to make it easier to reason around. diff --git a/docs/source/Coding/Changelog.md b/docs/source/Coding/Changelog.md index 0d28b46a22..709cf196aa 100644 --- a/docs/source/Coding/Changelog.md +++ b/docs/source/Coding/Changelog.md @@ -2,6 +2,8 @@ ## Evennia 2.1.0 +July 14, 2023 + - Fix: The new `ExtendedRoom` contrib has a bug when dug with no descriptions. - Fix: Clean up `get_sides` function in evadventure tutorial to return also the calling combatant with its `allies` return, to make it easier to reason around.