From 806ac63c38ff0f466f8609d91d64120009474731 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Wed, 21 Apr 2021 10:10:14 +0100 Subject: [PATCH] ChangeLog: Call out that Python 3.9 means no more Windows 7 support --- ChangeLog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 194ae41a..bfb91d49 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,11 @@ This is the master changelog for Elite Dangerous Market Connector. Entries are in reverse chronological order (latest first). --- +**As of release 5.0.0 (including betas) we no longer support Windows 7. +This is due to moving to Python 3.9.x, which itself does not now support +Windows 7. The application (both EDMarketConnector.exe and EDMC.exe) will +crash on startup due to a missing DLL.** + Pre-Release 5.0.0-beta6 ===