From ebc5b21b695292154e638f3e531876c1dcacb5a0 Mon Sep 17 00:00:00 2001 From: Iurie Nistor Date: Sun, 3 Dec 2023 08:31:51 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31c51f2c..cd07609f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [3.0.1] + +### Fixes + +- Fix for VST3 plugin that caused fails to load in many hosts +- Fix the VST3 plugin window size that on some hosts cause problems +- Fix oscillator frequency envelope for <=20 Hz + +### Improvements + +- Disable building the vst3sdk examples and gui (merge request from Christian Heusel @christian-heusel) +- Pipilines scripts cleaunps related to vst3sdk + ## [3.0.0] ### Features