From 8964c903740f3571e5680570ca58ab0b43d8b3ea Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 19 Jun 2021 15:29:15 +0200 Subject: [PATCH] Python 3.9 support. Resolves #2436. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24de2405fa..5aff3dc50c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,12 @@ - Latin (la) i18n translation (jamalainm) - Made the `evennia` dir possible to use without gamedir for purpose of doc generation. +### Backports from 1.0 to 0.9.5 since 0.9.5 release + +- Fix to TaskHandler to complate api and allow manipulation of `utils.delay` + return as originall intended. +- Support for Python 3.9. + ### Evennia 0.9.5 (Nov 2020) A transitional release, including new doc system.