From a846c59e723d852f41eb33a56e2c3054153c7375 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Fri, 9 Dec 2022 00:54:53 +0000 Subject: [PATCH] reword in changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6af32c..d4b1db1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,9 +19,9 @@ V2 introduces some breaking changes. - Removed Get prefix from field getters in Bus, Strip, Vban, Button and Output types. - Updates now require the consumer to pass a channel to receive updates. -- strip.comp now reference struct type -- strip.gate now reference struct type -- strip.eq, bus.eq now reference struct types +- strip.comp now references comp struct type +- strip.gate now reference gate struct type +- strip.eq, bus.eq now reference eQ struct types - All examples and tests have been updated to reflect the changes. ### Added