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 ===