diff options
author | iximeow <me@iximeow.net> | 2022-01-01 00:10:16 -0800 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2022-01-01 00:10:16 -0800 |
commit | c6042657deccd52aee3376c4bb618fe97b39e5ca (patch) | |
tree | c47f4a7d6c06bc9deffcf69c5ca75e02f466eb8e /CHANGELOG | |
parent | f6bcab9efe9df410187b8b271f45487c916f602a (diff) |
0.1.4
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. |