File tree 2 files changed +20
-0
lines changed
2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,18 @@ 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
8
## [ UNRELEASED] - YYYY-MM-DD
9
+ ### Added
10
+ - BPF arch support
11
+ - Detail support for SystemZ
12
+ - Make RegAccessType available for ARM
13
+
9
14
### Changed
10
15
- Bump minimum Rust version to 1.70.0
11
16
17
+ ### Fixed
18
+ - Build on Windows platforms when using ` bindgen ` feature
19
+ - Segfault when running on s390x (AKA SystemZ)
20
+
12
21
### Removed
13
22
- ` From<u32> for RegId ` impl
14
23
Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ UNRELEASED] - YYYY-MM-DD
8
+ ### Fixed
9
+ - Segfault when running on s390x (AKA SystemZ)
10
+
11
+ ### Added
12
+ - Support for BPF arch
13
+
14
+ ### Changed
15
+ - Bump MSRV to 1.70
16
+
7
17
## [ 0.16.0] - 2024-02-25
8
18
### Fixed
9
19
- Make builds more reproducible
@@ -113,6 +123,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
113
123
### Removed
114
124
- Dependency
115
125
126
+ [ UNRELEASED ] : https://github.com/capstone-rust/capstone-rs/compare/capstone-sys-v0.16.0...master
116
127
[ 0.16.0 ] : https://github.com/capstone-rust/capstone-rs/compare/capstone-sys-v0.15.0...capstone-sys-v0.16.0
117
128
[ 0.15.0 ] : https://github.com/capstone-rust/capstone-rs/compare/capstone-sys-v0.14.0...capstone-sys-v0.15.0
118
129
[ 0.14.0 ] : https://github.com/capstone-rust/capstone-rs/compare/capstone-sys-v0.13.0...capstone-sys-v0.14.0
You can’t perform that action at this time.
0 commit comments