diff options
author | iximeow <me@iximeow.net> | 2021-07-21 00:19:36 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2021-07-21 00:38:12 -0700 |
commit | 754f28d76c6c0def07561337969699accb843423 (patch) | |
tree | 2ae3ce6e7a71d41b061c6e75affc4c238ea91756 /CHANGELOG | |
parent | 12ee099cad10cf93948239bb4b44966d60ffc8af (diff) |
update decoders to yaxpeax_arch 0.2 versions, add lc87 and x86_16
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -1,6 +1,19 @@ -## 0.2.2 +## 0.2.5 + +* update yaxpeax-x86 to 1.0, bringing in avx512 support and x86_32, x86_16 decoding +* add yaxpeax-lc87 +* update all other decoders to yaxpeax-arch 0.2.*, if conforming implementations are available + +## 0.2.4 + +* add cr1901's yaxpeax-6502, thank you! + +## 0.2.3 * add наб's yaxpeax-superh. thank you!! + +## 0.2.2 + * bump yaxpeax-x86 to 0.1.5, and -ia64 to 0.1.3 ## 0.2.1 |