From c1c1e1e46c11812323d6c3d979a2c27938e357bf Mon Sep 17 00:00:00 2001 From: iximeow Date: Thu, 2 Nov 2023 07:56:22 -0700 Subject: another changelog update, this time actually followed by a release... --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 0e759da..4d11c35 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,9 @@ * fix `no_std` builds * several fixes relating to arm- and thumb-mode v7 branch offset decoding - thanks to both ehntoo and jam1garner for these! +* make `ShiftStyle::into_shift` public. it was private as an oversight; this is + a useful conversion involved in programmatic handling of instructions. + - thanks to wscp for catching this! ## 0.2.3 * add differential tests, initial impl only tests against capstone -- cgit v1.1