From f98ee304aa6e7d6a5106f1c3b2a5cd9f8e615d12 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 26 Apr 2025 12:05:55 +0200 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38f99c3d13..78b53f8457 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,8 @@ This upgrade requires running `evennia migrate` on your existing database - [Fix][pull3747]: TutorialWorld bridge-room didn't correctly randomize weather effects (SpyrosRoum) - [Fix][pull3765]: Storing TickerHandler `store_key` in a db attribute would not work correctly (0xDEADFED5) +- [Fix][pull3753]: Make sure `AttributeProperty`s are initialized with default values also in parent class (JohnFi) +- [Fix][pull3751]: The `access` and `inventory` commands would traceback if run on a character without an Account (EliasWatson) - Fix: `options` setting `NOPROMPTGOAHEAD` was not possible to set (Griatch) - Fix: Make `\\` properly preserve one backlash in funcparser (Griatch) - Fix: The testing 'echo' inputfunc didn't work correctly; now returns both args/kwargs (Griatch) @@ -73,6 +75,8 @@ This upgrade requires running `evennia migrate` on your existing database [pull3744]: https://github.com/evennia/evennia/pull/3744 [pull3747]: https://github.com/evennia/evennia/pull/3747 [pull3765]: https://github.com/evennia/evennia/pull/3765 +[pull3753]: https://github.com/evennia/evennia/pull/3753 +[pull3751]: https://github.com/evennia/evennia/pull/3751 [issue3688]: https://github.com/evennia/evennia/issues/3688 [issue3687]: https://github.com/evennia/evennia/issues/3687