From 047163c6f5a7ea30a3b0be68bed86b45cc41dc8c Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Mon, 1 Jun 2020 16:18:22 +0200 Subject: [PATCH] Change spelling in changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95f2320d..313802e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,13 +14,13 @@ Versioning](https://semver.org/spec/v2.0.0.html). through _plugin groups_. A plugin group is a user-defined set of plugins that will be hosted together in the same Wine process. This allows multiple instances of plugins to share data and communicate with each other. Examples - of plugins that can benefit from this are FabFilter Pro-Q 3, MMultiAnalyzer + of plugins that can benefit from this are FabFilter Pro-Q 3, MMultiAnalyzer, and the iZotope mixing plugins. See the readme for instructions on how to set this up. ### Changed -- Changed architecture to use one less socket. +- Changed architecture to use one fewer socket. - GUI events are now always handled on a steady timer rather than being interleaved as part of the event loop. This change was made to unify the event handling logic for individually hosted plugins and plugin groups. It should