From 0c183f92878ffff6e37721b96cba482eefec1fe1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Mon, 13 Feb 2023 17:35:33 +0100 Subject: [PATCH] Bump changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f470b34..f673e4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Migrated to Interchange `0.3.0` ([#13][]) + - 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 + ## [0.1.2] ### Fixed