Skip to content

Commit 01906b6

Browse files
committed
update changelog
1 parent 4e35970 commit 01906b6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,16 @@ V2 introduces some breaking changes.
1717

1818
### Changed
1919

20-
- Removed Get prefix from field getters in Bus, Strip, Vban, Button and Output types.
20+
- Removed Get prefix from getters in Bus, Strip, Vban, Button and Output types.
2121
- Pooler now communicates event updates over a channel.
22-
- strip.comp now references comp struct type
23-
- strip.gate now references gate struct type
24-
- strip.eq, bus.eq now reference eQ struct type
22+
- strip.comp now references comp struct type. (see readme for changes in setting comp parameters)
23+
- strip.gate now references gate struct type. (see readme for changes in setting gate parameters)
24+
- strip.eq, bus.eq now reference eQ struct type. (see readme for changes in setting eq parameters)
2525
- All examples and tests have been updated to reflect the changes.
2626

2727
### Added
2828

29+
- denoiser type to strip types.
2930
- XY parameters added to strip type
3031
- extra logging added to getters/setters in iRemote type.
3132
- InitPooler to Remote type in case the Pooler needs reinitiating. (perhaps the GUI closed unexpectedly)

0 commit comments

Comments
 (0)