From 24d52f229f517158e6ff33abd0c8aaa6b9f43d19 Mon Sep 17 00:00:00 2001 From: Griatch Date: Thu, 2 Nov 2023 20:54:22 +0100 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 98c2cee89a..8ee1820f7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ methods. Also adds events hooks to modify effects when this list changes (Volund) - [Feature][pull3197]: Make sure Global scripts only start in one place, avoiding race conditions until server starts (Volund) +- [Feature][pull3281]: Add `$your()` and `$Your()` for actor stance emoting (Volund) - [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) @@ -38,6 +39,7 @@ [pull3179]: https://github.com/evennia/evennia/pull/3179 [pull3197]: https://github.com/evennia/evennia/pull/3197 [pull3313]: https://github.com/evennia/evennia/pull/3313 +[pull3281]: https://github.com/evennia/evennia/pull/3281 [issue3272]: https://github.com/evennia/evennia/issues/3272 [issue3273]: https://github.com/evennia/evennia/issues/3273 diff --git a/docs/source/Coding/Changelog.md b/docs/source/Coding/Changelog.md index 98c2cee89a..8ee1820f7a 100644 --- a/docs/source/Coding/Changelog.md +++ b/docs/source/Coding/Changelog.md @@ -18,6 +18,7 @@ methods. Also adds events hooks to modify effects when this list changes (Volund) - [Feature][pull3197]: Make sure Global scripts only start in one place, avoiding race conditions until server starts (Volund) +- [Feature][pull3281]: Add `$your()` and `$Your()` for actor stance emoting (Volund) - [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) @@ -38,6 +39,7 @@ [pull3179]: https://github.com/evennia/evennia/pull/3179 [pull3197]: https://github.com/evennia/evennia/pull/3197 [pull3313]: https://github.com/evennia/evennia/pull/3313 +[pull3281]: https://github.com/evennia/evennia/pull/3281 [issue3272]: https://github.com/evennia/evennia/issues/3272 [issue3273]: https://github.com/evennia/evennia/issues/3273