aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2022-01-01 00:10:16 -0800
committeriximeow <me@iximeow.net>2022-01-01 00:10:16 -0800
commitc6042657deccd52aee3376c4bb618fe97b39e5ca (patch)
treec47f4a7d6c06bc9deffcf69c5ca75e02f466eb8e
parentf6bcab9efe9df410187b8b271f45487c916f602a (diff)
0.1.4
-rw-r--r--CHANGELOG6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 98100f6..fb1addc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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.