From 86c65939bb11b854012c3988d17fcabb15b30b90 Mon Sep 17 00:00:00 2001 From: "5684185+vsariola@users.noreply.github.com" <5684185+vsariola@users.noreply.github.com> Date: Sat, 2 Nov 2024 14:59:46 +0200 Subject: [PATCH] docs: Update CHANGELOG.md --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52ee98f..d57298a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,8 +13,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Dragging mouse to select rectangles in the tables - The standalone tracker can open a MIDI port for receiving MIDI notes ([#166][i166]) - - the note editor has a button to allow entering notes by MIDI. - Polyphony is supported if there are tracks available. ([#170][i170]) +- The note editor has a button to allow entering notes by MIDI. Polyphony is + supported if there are tracks available. ([#170][i170]) - 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]) @@ -275,4 +275,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [i162]: https://github.com/vsariola/sointu/issues/162 [i163]: https://github.com/vsariola/sointu/issues/163 [i166]: https://github.com/vsariola/sointu/issues/166 -[i168]: https://github.com/vsariola/sointu/issues/168 \ No newline at end of file +[i168]: https://github.com/vsariola/sointu/issues/168 +[i170]: https://github.com/vsariola/sointu/issues/170