diff options
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +## 0.1.4 +* add or fix many a64 instructions, extend support up through armv8.5. + - some disassembly and optional elements of instruction text does not match + the arm manual, but instruction data should be correct across the board. + - SVE and SVE2 are not yet supported, and return `IncompleteDecoder` errors. + ## 0.1.3 * same as 0.1.2, but fixes a few compilation warnings that snuck in too. |