File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [ Unreleased]
9
9
10
+ ### Changed
11
+ * [ breaking] The control pipe is now provided in the ` UsbDeviceBuilder ` API to allow for user-provided control
12
+ pipes. This makes it so that control pipes have configurable sizing.
13
+
10
14
## [ 0.3.2] - 2024-03-06
11
15
12
16
### Added
@@ -18,8 +22,6 @@ interface.
18
22
as this was not intended to be used in the public API.
19
23
- If this is problematic, please open an issue in the main ` usb-device ` repository.
20
24
* Changed handling of EP0 state to eliminate unexpected issues with device enumeration
21
- * [ breaking] The control pipe is now provided in the ` UsbDeviceBuilder ` API to allow for user-provided control
22
- pipes. This makes it so that control pipes have configurable sizing.
23
25
24
26
## [ 0.3.1] - 2023-11-15
25
27
You can’t perform that action at this time.
0 commit comments