aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2023-11-02 07:56:22 -0700
committeriximeow <me@iximeow.net>2023-11-02 07:56:22 -0700
commitc1c1e1e46c11812323d6c3d979a2c27938e357bf (patch)
tree8b0ab26c1471ce8f99a5799744356f73d4e0f4f7
parentfdc8106ffa06b83f54a8115f2dc134cd82f912f3 (diff)
another changelog update, this time actually followed by a release...
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
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