File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ Notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ UNRELEASED] - YYYY-MM-DD
9
+ ### Changed
10
+ - ` InsnDetail::regs_read() ` /` InsnDetail::regs_write() ` return more of the accessed registers
11
+
8
12
## [ 0.13.0] - 2025-02-04
9
13
### Added
10
14
- BPF arch support
@@ -177,7 +181,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
177
181
### Removed
178
182
- Dependency
179
183
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
181
186
[ 0.12.0 ] : https://github.com/capstone-rust/capstone-rs/compare/capstone-v0.11.0...capstone-v0.12.0
182
187
[ 0.11.0 ] : https://github.com/capstone-rust/capstone-rs/compare/capstone-v0.10.0...capstone-v0.11.0
183
188
[ 0.10.0 ] : https://github.com/capstone-rust/capstone-rs/compare/capstone-v0.9.0...capstone-v0.10.0
You can’t perform that action at this time.
0 commit comments