Skip to content

Commit

Permalink
Update CHANGELOG with 1.7.2 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
armadsen committed Jun 19, 2022
1 parent cca5049 commit 98a24cf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ All notable changes to MIKMIDI are documented in this file. This project adheres
## [Unreleased]
This section is for recent changes not yet included in an official release.

## [1.7.2] - 2022-06-19

### ADDED

- A brand new version of the MIDI Testbed example app written using SwiftUI. Thanks to @jranson. (#302)
- `(NS)NotificationCenter` notifications are posted for MIDI Device and Entity changes (#319)
- `MIKMIDIEntityWasChangedNotification`'s user info now has the changed object as the value for the `MIKMIDIEntityKey` (#319, #321)

### FIXED

- 14-bit messages are correctly split into separate MSB and LSB messages when sending via a virtual endpoint (#329)
- MIDI to Audio example no longer fails due to changed MIKMIDI APIs. Thanks to @jupdike. (#316)

## [1.7.1] - 2020-08-13

### ADDED
Expand Down

0 comments on commit 98a24cf

Please sign in to comment.