aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2022-01-02 00:01:55 -0800
committeriximeow <me@iximeow.net>2022-01-02 00:01:55 -0800
commit39f183cb5ea8f5514a0010b9b9a43f2d449567cd (patch)
tree8e99e821be5b732cb580eeed70489796ad4aa651 /CHANGELOG
parente25377ab89d6c767d9b7947831a967bbbb93dc92 (diff)
document the crate
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index fb1addc..6054a16 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,10 @@
+## 0.2.0
+* added documentation to all public members.
+* fix tests incorrectly expecting `lsl #0` in memory operands where it would have no effect
+* remove some redundant `a64` operand kinds:
+ - `RegOffset` is now `RegPreIndex` with no writeback.
+ - `Offset` was a duplicate of `PCOffset`, and all uses have been so-renamed.
+
## 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