mirror of
https://github.com/trussed-dev/apdu-dispatch.git
synced 2026-06-20 04:16:15 -07:00
Fix changelog
This commit is contained in:
committed by
sosthene-nitrokey
parent
a134aba771
commit
500c172202
+19
-1
@@ -5,15 +5,33 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed the calculation of the maximum length of a response when deciding
|
||||
whether to send it in one or multiple APDUs.
|
||||
whether to send it in one or multiple APDUs. ([#10][])
|
||||
|
||||
### Changed
|
||||
|
||||
- Use `rustfmt` and `clippy` ([#11][])
|
||||
|
||||
### Added
|
||||
|
||||
- Fuzzing infrastructure ([#9][])
|
||||
|
||||
[#9]: https://github.com/trussed-dev/apdu-dispatch/pull/9
|
||||
[#10]: https://github.com/trussed-dev/apdu-dispatch/pull/10
|
||||
[#11]: https://github.com/trussed-dev/apdu-dispatch/pull/11
|
||||
|
||||
## [0.1.1] - 2022-08-22
|
||||
|
||||
- respect `Le` field @sosthene-nitrokey
|
||||
|
||||
## [0.1.0] - 2022-03-05
|
||||
|
||||
- Initial release
|
||||
|
||||
|
||||
[Unreleased]: https://github.com/trussed-dev/apdu-dispatch/compare/0.1.1...HEAD
|
||||
[0.1.1]: https://github.com/trussed-dev/apdu-dispatch/compare/0.1.0...0.1.1
|
||||
[0.1.0]: https://github.com/trussed-dev/apdu-dispatch/releases/tag/0.1.0
|
||||
|
||||
Reference in New Issue
Block a user