From 915fc237103fcecc29d0f0b73391f19abf6576de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Wed, 8 Nov 2023 11:34:50 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36f4009..75430f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,8 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 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][]) +- Add an `interface` parameter to `select` calls ([#18]) [#19]: https://github.com/trussed-dev/apdu-dispatch/pull/19 +[#18]: https://github.com/trussed-dev/apdu-dispatch/pull/18 [#13]: https://github.com/trussed-dev/apdu-dispatch/pull/13 ## [0.1.2]