aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-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