From b046b706d9bc9ed7828650d452024c31524b18bd Mon Sep 17 00:00:00 2001 From: iximeow Date: Sat, 16 May 2026 08:44:41 +0000 Subject: add "unstable" feature plus test support --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 7ed3def..cc221ab 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -9,6 +9,8 @@ * removed 3DNow support from AMD uarch-specific decoders after K10 * RegSpec register helpers to construct RegSpec from register numbers are now const fn (RegSpec::xmm, RegSpec::q, RegSpec::d, RegSpec::st, etc) +* new crate feature flag, `unstable`, for library features that may see + breaking changes across semver-compatible releases. * for uarch-specific decoding, there is now a feature bit for Intel Key Locker. this corrects an issue where Key Locker instructions would decode under AMD-specific decoders. * push-immediate, pushf, popf, leave, and xlat now all report a correct memory -- cgit v1.1