diff options
author | iximeow <me@iximeow.net> | 2022-01-02 00:01:55 -0800 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2022-01-02 00:01:55 -0800 |
commit | 39f183cb5ea8f5514a0010b9b9a43f2d449567cd (patch) | |
tree | 8e99e821be5b732cb580eeed70489796ad4aa651 /CHANGELOG | |
parent | e25377ab89d6c767d9b7947831a967bbbb93dc92 (diff) |
document the crate
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |