From 5d4abf4603c46a7e1c1de5b436d699c09dcf8861 Mon Sep 17 00:00:00 2001 From: iximeow Date: Mon, 2 Jun 2025 00:02:19 +0000 Subject: changelog should note ISA extension changes --- CHANGELOG | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 26046bb..5266739 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,13 @@ +## 2.1.0 + +* `InstDecoder` for all execution modes now has many more feature flags. + * `InstDecoder::default` still constructs a decoder that decodes all supported instructions. + * more ISA extensions can be individually selected for decoding support, though note + not all feature flags are fully implemented. in such cases, instructions will be decoded + even when their corresponding extension is not selected. +* added uarch-specific decoders for Zen 2, Zen 3, Zen 4, and Zen 5 +* removed 3DNow support from AMD uarch-specific decoders after K10 + ## 2.0.0 * upgrade to `yaxpeax-arch 0.3.1`, which brings with it a deprecation of the -- cgit v1.1