Skip to content

Commit d878ee3

Browse files
committed
rs: document recent changes in CHANGELOG
1 parent 4b199bb commit d878ee3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
- ARC arch support
1818
- Arch-specific features flags to enable/disable arch support
1919
- Expose X86 instruction encoding info via `X86InsnDetail::encoding()`
20-
- Make RegAccessType available for ARM64
20+
- Make AccessType available for ARM64 & Sparc
21+
- New operands types are added to `ArmOperandType`
2122
- Rename RegAccessType to AccessType while keeping type alias
2223
- Expose `CS_OPT_UNSIGNED` via `Capstone::set_unsigned`
2324
- Expose `CS_OPT_MNEMONIC` via `Capstone::set_mnemonic`
@@ -28,6 +29,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2829
### Changed
2930
- `InsnDetail::regs_read()`/`InsnDetail::regs_write()` return more of the accessed registers
3031
- Bump bundled capstone to 6.0.0-Alpha4
32+
- Rename ARM64 to AARCH64, SYSZ to SYSTEMZ to follow upstream changes
33+
- AArch64 support is rewritten to follow upstream changes
34+
- Endian must be specified for Sparc/SystemZ, since little endian support is added
3135

3236
### Fixed
3337
- `impl Display for Insn<'_>` now avoids to print trailing space

0 commit comments

Comments
 (0)