diff options
author | iximeow <me@iximeow.net> | 2021-07-21 00:14:09 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2021-07-21 00:14:09 -0700 |
commit | 3552a2d8df03f9214a351ad7901281c76ef503bf (patch) | |
tree | a765274d87e47fbbe146d921f97f0fd43862fb0c /CHANGELOG | |
parent | 61513023aff4d3312287bb0fb55ea931997dfddb (diff) |
fix DecodeError impl on builds using yaxpeax-arch+std0.1.1
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |