From 00f4e00dc8b7e3105f6c8ac132a5f59bab2560f3 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Wed, 12 May 2021 08:46:01 +0100 Subject: [PATCH] ChangeLog: Inform general users about potential plugin issues. --- ChangeLog.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 015cead3..3aa0625f 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -24,6 +24,20 @@ Python 3.9 Changes and Enhancements --- + +* Due to some Plugin API changes (see below) users might need to update + their plugins. A check of all the + [Plugins we know about](https://github.com/EDCD/EDMarketConnector/wiki/Plugins#available-plugins---confirmed-working-under-python-37) + only found one with an issue related to the move to `edmc_data.py`, the + developer was informed and the issue addressed. + + Other plugins should, at most, log deprecation warnings about the + `config` changes (again, see below). + + **In the first instance please report any issues with plugins to *their* + developers, not us. They can contact us about EDMC core code issues if + they find such in their investigations.** + * If the application detects it's running against a non-live (alpha or beta) version of the game it will append " (beta)" to the Commander name on the main UI.