Skip to content

Commit 336e650

Browse files
committed
rs: update changelog for Capstone::disasm_iter addition
1 parent 56ca2c4 commit 336e650

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
- Rename RegAccessType to AccessType while keeping type alias
1717
- Expose `CS_OPT_UNSIGNED` via `Capstone::set_unsigned`
1818
- Expose `CS_OPT_MNEMONIC` via `Capstone::set_mnemonic`
19+
- Expose `cs_disasm_iter` via `Capstone::disasm_iter`
1920

2021
### Changed
2122
- `InsnDetail::regs_read()`/`InsnDetail::regs_write()` return more of the accessed registers

0 commit comments

Comments
 (0)