From 1111d41beadcbb4073bcd1e8564d6c74373b4e9e Mon Sep 17 00:00:00 2001 From: Ryan Summers Date: Mon, 11 Mar 2024 10:41:01 +0100 Subject: [PATCH] Fixing CHANGELOG --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bd47f5..2ac59fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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