From 3552a2d8df03f9214a351ad7901281c76ef503bf Mon Sep 17 00:00:00 2001 From: iximeow Date: Wed, 21 Jul 2021 00:14:09 -0700 Subject: fix DecodeError impl on builds using yaxpeax-arch+std --- CHANGELOG | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 346dce7..14a97e7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +## 0.1.1 +* fix incorrect `yaxpeax_arch::Arch` impl for `std`-enabled builds + (DecodeError did not implement `std::error::Error` in those build environments) + +## 0.1.0 +* target yaxpeax-arch 0.2.0 + ## 0.0.6 * fix incorrect markdown in README.md -- cgit v1.1