Update changelog

This commit is contained in:
Sosthène Guédon
2023-11-08 11:59:32 +01:00
committed by sosthene-nitrokey
parent 3fa6c64a6d
commit 915fc23710
+2
View File
@@ -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]