Skip to content

Commit 95fd6ad

Browse files
committed
Changelog - mention invert_chord modification as a breaking change
1 parent 9850816 commit 95fd6ad

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ Have fun and happy live coding!
4646
* `sync` now causes the BPM to be inherited from the thread calling the
4747
matching `cue`. This may be disabled with the new `bpm_sync:` opt.
4848
* `rrand` and `rand` now return 0 if called with 0.
49+
* `invert_chord` now handles negative inversions in a more musically
50+
appropriate manner..
4951

5052

5153
### New Fns
@@ -119,8 +121,7 @@ Have fun and happy live coding!
119121
* Fixed crash when synth args were specified as Rationals.
120122
* `note_info` now correctly handles octaves.
121123
* Fix windows paste shortcut `C-v`.
122-
* Teach `invert_chord` how to properly handle out of range index ranges
123-
and negative inversions.
124+
* Teach `invert_chord` how to properly handle out of range index ranges.
124125

125126
<a name="v2.6"></a>
126127

0 commit comments

Comments
 (0)