diff options
author | iximeow <me@iximeow.net> | 2021-07-21 00:16:57 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2021-07-21 00:16:57 -0700 |
commit | 82bac0e0e2ceebf15b3a70ab0908ffa9df2d0276 (patch) | |
tree | cd3e0d1cffd4e29960723461d09db0347d72ffe0 /CHANGELOG | |
parent | 210e8d9c682524018b240565465a60f65c288e5d (diff) |
fix incorrect changelog entry, DecodeError impl for yaxpeax_arch+std0.2.1
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1,9 +1,16 @@ -## 0.1.4 +## 0.2.1 -update yaxpeax-arch to drop a dependency on termion +* fix incorrect `yaxpeax_arch::Arch` impl for `std`-enabled builds + (DecodeError did not implement `std::error::Error` in those build environments) + +## 0.2.0 update yaxpeax-arch to 0.2.x, involving a breaking change to decode APIs (sorry) +## 0.1.4 + +update yaxpeax-arch to drop a dependency on termion + ## 0.1.3 transpose Table 4-43 to fix decoding of `srlz.i` |