1
0
Fork 0

Add missing changelog entry for the last PR

This commit is contained in:
Robbert van der Helm 2023-11-05 22:35:09 +01:00
parent bf01371009
commit 5f4058d164

View file

@ -10,7 +10,14 @@ Since there is no stable release yet, the changes are organized per day in
reverse chronological order. The main purpose of this document in its current
state is to list breaking changes.
## [2023-05-21]
## [2023-11-05]
### Changed
- `FloatParam` and `IntParam` ranges can now be accessed using methods on the
parameters ([#89](https://github.com/robbert-vdh/nih-plug/pull/89)).
## [2023-09-21]
### Fixed