aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-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.