diff options
author | iximeow <me@iximeow.net> | 2021-05-16 19:00:03 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2021-05-16 19:00:03 -0700 |
commit | beff8d0f33bc4152422c175ff720fdba0dc021da (patch) | |
tree | 4a46885df4c9d3e0e6c1ac41cca68c02d33ad7d6 /CHANGELOG | |
parent | e483a562a84204e4e1dd2543e080e9f879a89d82 (diff) |
fix ShowContextual rendering error with stale data and operands, publish 0.2.20.2.2
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +## 0.2.2 +* fix rendering error in `ShowContextual` impl with `&[Option<String>]` overrides + - would in some circumstances incorrectly print stale data if an `Instruction` was reused for decoding. + no impact on logical correctness, but certainly made for awkward disassembly in some cases. + ## 0.2.1 * update `yaxpeax-arch` dep to 0.0.5 - no external-facing changes for this, but `yaxpeax-arch 0.0.5` uses `crossterm` for cross-platform terminal coloring |