mirror of
https://github.com/trussed-dev/usbd-ccid.git
synced 2026-06-20 04:16:20 -07:00
1.5 KiB
1.5 KiB
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
0.2.0 2023-02-06
Add functionality
- Implement abort handling (#5)
Breaking changes
- Make internal implementation details private (#2)
- Remove
'static'lifetime requirement of the USB bus (#4)
Changes
- Fix formatting (#3)
- Use
assert!in const instead of a inlinedconst_assert!(#7) - Fix clippy warnings (#8)
Bugfixes
- Upstreamed changes from the Nitrokey repository (#1)
- Fix panic on 64 bit targets
- Fix incorrect length check with the
highspeed-usbfeature
- Fix typo in calcualtion of packet lengths (#6)