Skip to content

Commit 28096e2

Browse files
committed
cs: add regs access changes to changelog
1 parent 8ccc5f2 commit 28096e2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ Notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [UNRELEASED] - YYYY-MM-DD
9+
### Changed
10+
- `InsnDetail::regs_read()`/`InsnDetail::regs_write()` return more of the accessed registers
11+
812
## [0.13.0] - 2025-02-04
913
### Added
1014
- BPF arch support
@@ -177,7 +181,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
177181
### Removed
178182
- Dependency
179183

180-
[0.13.0]: https://github.com/capstone-rust/capstone-rs/compare/capstone-v0.12.0...master
184+
[UNRELEASED]: https://github.com/capstone-rust/capstone-rs/compare/capstone-v0.13.0...master
185+
[0.13.0]: https://github.com/capstone-rust/capstone-rs/compare/capstone-v0.12.0...capstone-v0.13.0
181186
[0.12.0]: https://github.com/capstone-rust/capstone-rs/compare/capstone-v0.11.0...capstone-v0.12.0
182187
[0.11.0]: https://github.com/capstone-rust/capstone-rs/compare/capstone-v0.10.0...capstone-v0.11.0
183188
[0.10.0]: https://github.com/capstone-rust/capstone-rs/compare/capstone-v0.9.0...capstone-v0.10.0

0 commit comments

Comments
 (0)