Skip to content

Commit

Permalink
Added note to changelog about constants now being private.
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcebox committed Dec 22, 2024
1 parent d19443f commit 7852a36
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ This release focuses on:
- Interfacing with third-party crates like `midi-types`.
- Support for System Exclusive messages (SysEx).

**NOTE:** The `message` module containing the `Message` struct and related types is now gated behind the `message-types` feature. This feature is enabled by default.
**Important:**

- The `message` module containing the `Message` struct and related types is now gated behind the `message-types` feature. This feature is enabled by default.
- The constants `USB_AUDIO_CLASS`, `USB_AUDIOCONTROL_SUBCLASS` and `USB_MIDISTREAMING_SUBCLASS` are now private to prevent them from being used in the device setup. Doing so would lead to incorrect enumeration on certain hosts (e.g. macOS).

### Added

Expand Down

0 comments on commit 7852a36

Please sign in to comment.