Changelog¶
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased¶
Added¶
Changed¶
Deprecated¶
Removed¶
Fixed¶
0.2.1¶
Changed¶
Bumped minimum required Python version from 3.9 to 3.10
Fixed¶
Fixed a useability issue where one would assume that it was possible to bitwise-or
USBDirecton
,USBRequestType
, andUSBRequestRecipient
together to form abmRequestType
, this was not properly implemented, but is now correct.
0.2.0¶
Added¶
Initial
UAS-3
descriptor addition.
Changed¶
Updated Copyright Years
Fixed¶
Fixed the
DeviceQualifierDescriptorEmitter
overriding theDeviceQualifierDescriptor
on assignment.Fixed the subclassing from
int
in theConnectorColour
.Miscellaneous spelling.
Fixed the
USBPacketID.byte()
call to cast properly.Fixed the two failing tests caused by some internal refactoring.
Minor typing fixups
0.1¶
Initial Release