docs: update CHANGELOG.md

This commit is contained in:
5684185+vsariola@users.noreply.github.com 2024-10-14 17:09:12 +03:00
parent 2809526de6
commit f8f0e11b76

View File

@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
### Added
- The standalone tracker can open a MIDI port for receiving MIDI notes
([#166][i166])
- Units can have comments, to make it easier to distinguish between units of
same type within an instrument. These comments are also shown when choosing
the send target. ([#114][i114])
@ -256,3 +258,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[i154]: https://github.com/vsariola/sointu/issues/154
[i158]: https://github.com/vsariola/sointu/issues/158
[i162]: https://github.com/vsariola/sointu/issues/162
[i166]: https://github.com/vsariola/sointu/issues/166