From a7e2049772068330ead26dd555ed30de61c81ebd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Mon, 6 Feb 2023 15:41:54 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdc81dd..1d73500 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,5 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed the calculation of the maximum length of a response when deciding whether to send it in one or multiple APDUs. +### Added + +- Fuzzing infrastructure ([#9][]) + +[#9]: https://github.com/trussed-dev/apdu-dispatch/pull/9 + ## [0.1.1] - 2022-08-22 - respect `Le` field @sosthene-nitrokey