diff options
author | iximeow <me@iximeow.net> | 2023-11-02 07:56:22 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2023-11-02 07:56:22 -0700 |
commit | c1c1e1e46c11812323d6c3d979a2c27938e357bf (patch) | |
tree | 8b0ab26c1471ce8f99a5799744356f73d4e0f4f7 | |
parent | fdc8106ffa06b83f54a8115f2dc134cd82f912f3 (diff) |
another changelog update, this time actually followed by a release...
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |