aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2021-07-04 16:30:33 -0700
committeriximeow <me@iximeow.net>2021-07-04 16:30:33 -0700
commit61e625b85ff51fea84550788489993c33dff432c (patch)
tree2261fc2a65989261c50dd7a3ce9fc8214ca6e5fe
parente6ee65efa4e98ff5c1541d4277b76edaf1d33e51 (diff)
update changelog for 1.0 release1.0.0
-rw-r--r--CHANGELOG15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8e9b8cd..14a43fa 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,18 @@
+## 1.0.0
+* `avx512` support
+* `avx2` support
+* `avx` support
+* real-mode (x86_16) support
+* ffi-friendly packaging of decoders for 16-bit, 32-bit, and multi-arch uses
+* added `Instruction::mem_size()` to query the size of an instruction's memory access
+* `xacquire`/`xrelease` support
+* `AMD` `sev_snp` support
+* `pconfig`/Total Memory Encryption support
+* `Intel` `keylocker` support
+* removed `MOVSX_b`, `MOVSX_w`, `MOVZX_b`, and `MOVZX_w` - these differentiations are now described by `mem_size` and the `MOVSX`/`MOVZX` opcodes generally
+* `PartialEq` impl for `Instruction` and all contained structures
+* expose more details of an instruction's prefixes, and which prefixes are actually present on the instruction
+
## 0.2.2
* fix rendering error in `ShowContextual` impl with `&[Option<String>]` overrides
- would in some circumstances incorrectly print stale data if an `Instruction` was reused for decoding.