From dfc9ad5d6402c3a2cd22b0d23b3cb402aebe6961 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Mon, 26 Apr 2021 19:29:15 +0200 Subject: [PATCH] Add changelog entry for the version detection fix For the WINELOADER version detection fix from #95. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62a4c07b..228c2726 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,7 @@ Versioning](https://semver.org/spec/v2.0.0.html). fix, MIDI events are now deallocated later then when they normally would have to be. - Fixed _UVI Plugsound Free_ crashing during initialization. +- Fixed the Wine version detection with using a custom `WINELOADER`. ## [3.1.0] - 2021-04-15