File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -10,22 +10,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010- TriCore arch support
1111- MOS65XX arch support
1212- SH arch support
13- - Arch-specific features flags to enable/disable arch support
13+ - Arch-specific features to toggle arch support
1414- Expose X86 instruction encoding info via ` X86InsnDetail::encoding() `
15- - Make RegAccessType available for ARM64
16- - Rename RegAccessType to AccessType while keeping type alias
15+ - Make ` RegAccessType ` available for ARM64
1716- Expose ` CS_OPT_UNSIGNED ` via ` Capstone::set_unsigned `
1817- Expose ` CS_OPT_MNEMONIC ` via ` Capstone::set_mnemonic `
1918- Expose ` cs_disasm_iter ` via ` Capstone::disasm_iter `
2019- Add ` check_only ` feature to speed up ` cargo check ` by building without native code
2120
2221### Changed
22+ - Rename ` RegAccessType ` to ` AccessType ` while keeping type alias
2323- ` InsnDetail::regs_read() ` /` InsnDetail::regs_write() ` return more of the accessed registers
2424- Bump bundled capstone to 5.0.6
2525- Bump minimum Rust version to 1.81.0
2626
2727### Fixed
2828- ` impl Display for Insn<'_> ` now avoids to print trailing space
29+ - Avoids using allocator when building for ` no_std `
30+ - Build in Bazel sandbox
2931
3032## [ 0.13.0] - 2025-02-04
3133### Added
You can’t perform that action at this time.
0 commit comments