From 7cc6640809a5ec5693af4569d2f0cfc10bb5405f Mon Sep 17 00:00:00 2001 From: Griatch Date: Thu, 19 Oct 2023 19:58:00 +0200 Subject: [PATCH] Update CHANGELOG --- docs/source/Coding/Changelog.md | 6 ++++++ .../api/evennia.contrib.tutorials.evadventure.tests.md | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/source/Coding/Changelog.md b/docs/source/Coding/Changelog.md index ffe4452125..6127934daf 100644 --- a/docs/source/Coding/Changelog.md +++ b/docs/source/Coding/Changelog.md @@ -4,6 +4,10 @@ - [Feature][issue3273]: Allow passing `text_kwargs` kwarg to `EvMore.msg` in order to expand the outputfunc used for every evmore page. +- [Feature][pull3278]: Refactor home page into multiple sub-parts for easier + overriding and composition (johnnyvoruz) +- [Feature][pull3286]: Allow Discord bot to change user's nickname and assign + roles for a user on a given server (holl0wstar). - [Fix][pull3267]: Missing recache step in ObjectSessionHandler (InspectorCaracal) - [Fix][pull3270]: Evennia is its own MSSP family now, so we should return that instead of 'Custom' (InspectorCaracal) @@ -17,6 +21,8 @@ [pull3267]: https://github.com/evennia/evennia/pull/3267 [pull3270]: https://github.com/evennia/evennia/pull/3270 [pull3274]: https://github.com/evennia/evennia/pull/3274 +[pull3278]: https://github.com/evennia/evennia/pull/3278 +[pull3286]: https://github.com/evennia/evennia/pull/3286 [issue3272]: https://github.com/evennia/evennia/issues/3272 [issue3273]: https://github.com/evennia/evennia/issues/3273 diff --git a/docs/source/api/evennia.contrib.tutorials.evadventure.tests.md b/docs/source/api/evennia.contrib.tutorials.evadventure.tests.md index 3c4466534e..78fb3c7812 100644 --- a/docs/source/api/evennia.contrib.tutorials.evadventure.tests.md +++ b/docs/source/api/evennia.contrib.tutorials.evadventure.tests.md @@ -13,7 +13,6 @@ evennia.contrib.tutorials.evadventure.tests :maxdepth: 6 evennia.contrib.tutorials.evadventure.tests.mixins - evennia.contrib.tutorials.evadventure.tests.test_ai evennia.contrib.tutorials.evadventure.tests.test_characters evennia.contrib.tutorials.evadventure.tests.test_chargen evennia.contrib.tutorials.evadventure.tests.test_combat