reword in changelog

This commit is contained in:
onyx-and-iris 2022-12-09 00:54:53 +00:00
parent 26765f554c
commit a846c59e72

View File

@ -19,9 +19,9 @@ V2 introduces some breaking changes.
- Removed Get prefix from field getters in Bus, Strip, Vban, Button and Output types. - 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. - Updates now require the consumer to pass a channel to receive updates.
- strip.comp now reference struct type - strip.comp now references comp struct type
- strip.gate now reference struct type - strip.gate now reference gate struct type
- strip.eq, bus.eq now reference struct types - strip.eq, bus.eq now reference eQ struct types
- All examples and tests have been updated to reflect the changes. - All examples and tests have been updated to reflect the changes.
### Added ### Added