From 7a7416b084a5f1f7aeaa69901cc7ab5e7dcb4691 Mon Sep 17 00:00:00 2001 From: Griatch Date: Wed, 20 Dec 2023 23:43:41 +0100 Subject: [PATCH] Some fixes to doc versioning list, changelog --- CHANGELOG.md | 4 +++- docs/source/Coding/Changelog.md | 4 +++- docs/source/_templates/versioning.html | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d73ed8c9b3..07db913329 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Evennia 3.0.0 +Dec 20, 2023 + - Dependency: Twisted 23.10 (<24) to address upstream CVE alert. - Dependency (potentially Backwards incompatible): Django 4.2 (<4.3). Increases minimum supported versions of MariaDB, MySQL and PostgreSQL, @@ -108,7 +110,7 @@ [pull3365]: https://github.com/evennia/evennia/pull/3365 [issue3272]: https://github.com/evennia/evennia/issues/3272 [issue3273]: https://github.com/evennia/evennia/issues/3273 -[issue3308]: https://github.com/evennia/evennia/issues/3307 +[issue3307]: https://github.com/evennia/evennia/issues/3307 [issue3331]: https://github.com/evennia/evennia/issues/3331 [django-release-notes]: https://docs.djangoproject.com/en/4.2/releases/4.2/#backwards-incompatible-changes-in-4-2 diff --git a/docs/source/Coding/Changelog.md b/docs/source/Coding/Changelog.md index d73ed8c9b3..07db913329 100644 --- a/docs/source/Coding/Changelog.md +++ b/docs/source/Coding/Changelog.md @@ -2,6 +2,8 @@ ## Evennia 3.0.0 +Dec 20, 2023 + - Dependency: Twisted 23.10 (<24) to address upstream CVE alert. - Dependency (potentially Backwards incompatible): Django 4.2 (<4.3). Increases minimum supported versions of MariaDB, MySQL and PostgreSQL, @@ -108,7 +110,7 @@ [pull3365]: https://github.com/evennia/evennia/pull/3365 [issue3272]: https://github.com/evennia/evennia/issues/3272 [issue3273]: https://github.com/evennia/evennia/issues/3273 -[issue3308]: https://github.com/evennia/evennia/issues/3307 +[issue3307]: https://github.com/evennia/evennia/issues/3307 [issue3331]: https://github.com/evennia/evennia/issues/3331 [django-release-notes]: https://docs.djangoproject.com/en/4.2/releases/4.2/#backwards-incompatible-changes-in-4-2 diff --git a/docs/source/_templates/versioning.html b/docs/source/_templates/versioning.html index fb88bccf8a..28fc8b8ed5 100644 --- a/docs/source/_templates/versioning.html +++ b/docs/source/_templates/versioning.html @@ -6,7 +6,7 @@ {%- endfor %} {% if legacy_versions %} {%- for item in legacy_versions %} -
  • {{ item.release }} ({{ item.branch }} branch)
  • +
  • {{ item.branch }} branch (outdated)
  • {% endfor %} {% endif %}