From 01906b6810e47c23904b1b1dec39c773bfaf3aee Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Thu, 15 Dec 2022 00:00:49 +0000 Subject: [PATCH] update changelog --- CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f6acde..6a5922c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,15 +17,16 @@ V2 introduces some breaking changes. ### Changed -- Removed Get prefix from field getters in Bus, Strip, Vban, Button and Output types. +- Removed Get prefix from getters in Bus, Strip, Vban, Button and Output types. - Pooler now communicates event updates over a channel. -- strip.comp now references comp struct type -- strip.gate now references gate struct type -- strip.eq, bus.eq now reference eQ struct type +- strip.comp now references comp struct type. (see readme for changes in setting comp parameters) +- strip.gate now references gate struct type. (see readme for changes in setting gate parameters) +- strip.eq, bus.eq now reference eQ struct type. (see readme for changes in setting eq parameters) - All examples and tests have been updated to reflect the changes. ### Added +- denoiser type to strip types. - XY parameters added to strip type - extra logging added to getters/setters in iRemote type. - InitPooler to Remote type in case the Pooler needs reinitiating. (perhaps the GUI closed unexpectedly)