md fix in readme, reword in changelog

This commit is contained in:
2022-12-09 01:17:16 +00:00
parent 632cd9049f
commit 4b69952fd5
2 changed files with 29 additions and 9 deletions

View File

@@ -18,10 +18,10 @@ V2 introduces some breaking changes.
### Changed
- 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.
- Pooler now communicates event updates over a channel.
- strip.comp now references comp struct type
- strip.gate now reference gate struct type
- strip.eq, bus.eq now reference eQ struct types
- strip.gate now references gate struct type
- strip.eq, bus.eq now reference eQ struct type
- All examples and tests have been updated to reflect the changes.
### Added