From 36668bbe729f5a06ae9e5dcf1dadc7828dcea198 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Tue, 12 May 2020 13:17:07 +0200 Subject: [PATCH] Reorder changelog --- CHANGELOG.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44d39014..afc4db00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,16 +8,13 @@ Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] -### Added - -- Added a workaround for plugins that improperly defer part of their - initialization process without telling the host. This fixes the Roland Cloud - plugins. - ### Fixed - Added a workaround for the compilation issues under Wine 5.7 and above as caused by [Wine bug 49138](https://bugs.winehq.org/show_bug.cgi?id=49138). +- Added a workaround for plugins that improperly defer part of their + initialization process without telling the host. This fixes startup behavior + for the Roland Cloud plugins. - Fixed potential issue with plugins not returning their editor size. ## [1.1.2] - 2020-05-09