Skip to content

Commit

Permalink
Fixing CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-summers committed Mar 11, 2024
1 parent 14de73e commit 1111d41
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Changed
* [breaking] The control pipe is now provided in the `UsbDeviceBuilder` API to allow for user-provided control
pipes. This makes it so that control pipes have configurable sizing.

## [0.3.2] - 2024-03-06

### Added
Expand All @@ -18,8 +22,6 @@ interface.
as this was not intended to be used in the public API.
- If this is problematic, please open an issue in the main `usb-device` repository.
* Changed handling of EP0 state to eliminate unexpected issues with device enumeration
* [breaking] The control pipe is now provided in the `UsbDeviceBuilder` API to allow for user-provided control
pipes. This makes it so that control pipes have configurable sizing.

## [0.3.1] - 2023-11-15

Expand Down

0 comments on commit 1111d41

Please sign in to comment.