diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d73500..90e6df7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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