From f8d5e7738ed328935411aa7a4114622ebc96287f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Wed, 28 Jun 2023 09:02:13 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f673e4e..36f4009 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - This adds a `'pipe` lifetime to the `ApduDispatch` structure Similar behaviour to before this fix can be emulated using two `const` [`Channels`](https://docs.rs/interchange/latest/interchange/struct.Channel.html) and using a `'static` lifetime +- Reject concurrent use of both contact and contactless interfaces ([#19][]) + +[#19]: https://github.com/trussed-dev/apdu-dispatch/pull/19 +[#13]: https://github.com/trussed-dev/apdu-dispatch/pull/13 ## [0.1.2]