From 63052142c17a672c1fe2f060ad4ead2885b437f6 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Mon, 14 Feb 2022 17:46:55 +0000 Subject: [PATCH] ChangeLog: Don't lose the 5.2.4 section --- ChangeLog.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 2d5edf25..c196ec91 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -308,6 +308,22 @@ libraries then you should check it has Python 3.10 wheels available. --- +Release 5.2.4 +=== +This is a *very* minor update that simply imports the latest versions of +data files so that some niche functionality works properly. + +* Update `commodity.csv` and `rare_commodity.csv` from the latest + [EDCD/FDevIDs](https://github.com/EDCD/FDevIDs) versions. This addresses + an issue with export of market data in Trade Dangerous format containing + `OnionHeadC` rather than the correct name, `Onionhead Gamma Strain`, that + Trade Dangerous is expecting. + + This will only have affected Trade Dangerous users who use EDMarketConnector + as a source of market data. + +--- + Release 5.2.3 ===