From 39f183cb5ea8f5514a0010b9b9a43f2d449567cd Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 2 Jan 2022 00:01:55 -0800 Subject: document the crate --- CHANGELOG | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CHANGELOG') 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 -- cgit v1.1