From 19e78e22b5d0fe4e30c175d42bdec5097ba5b6f6 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Wed, 9 Jun 2021 16:35:51 +0200 Subject: [PATCH] Reword changelog --- CHANGELOG.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16479f87..20050889 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,11 +24,12 @@ Versioning](https://semver.org/spec/v2.0.0.html). because those plugins don't initialize Microsoft COM before trying to use it. We now always initialize the Microsoft COM library unconditionally, instead of doing it only when a plugin fails to initialize without it. -- Fixed incorrect version strings reported by yabridge when building from a - tarball that has been extracted inside of a git repository. This could happen - when building the `yabridge` AUR package with certain AUR helpers. -- Fixed log message for the cached `IPlugView::canResize()` VST3 function calls - implemented in yabridge 3.2.0. +- Fixed incorrect version strings being reported by yabridge when building from + a tarball that has been extracted inside of an unrelated git repository. This + could happen when building the `yabridge` AUR package with certain AUR + helpers. +- Fixed the log message for the cached `IPlugView::canResize()` VST3 function + calls implemented in yabridge 3.2.0. ## [3.3.0] - 2020-06-03