From 905dc4c7feac1e09cde70db52c0762e8990d4d96 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 3 May 2020 13:57:09 -0700 Subject: bump version to 0.0.11 --- CHANGELOG | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 703f299..e8e35da 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +## 0.0.11 + +* fix mis-named 'cbd' instruction, which should be 'cwd' +* add `Operand::width` to query the width of an x86 access + - this is wrong for many memory operands, which require deeper changes +* bump `yaxpeax-arch` to 0.0.4, which yields a breaking change in `Self::Unit` of `LengthedInstruction +* `Prefixes::rep` is now public, allowing users to query if a decoded instruction has a rep prefix + ## 0.0.10 same as 0.0.9, but with a warning fixed. -- cgit v1.1