File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
33
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55
6+ ## [ 0.7.4] - 2023-11-22
7+
8+ ### Bug Fixes
9+
10+ - Fix note parsing for notes with n_namesz == (align * x + 1)
11+
612## [ 0.7.3] - 2023-10-09
713
814### New Features
@@ -171,6 +177,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
171177- Add a ` no_std ` option by fully moving the parser over to lazy zero-alloc parsing patterns.
172178
173179<!-- next-url -->
180+ [ 0.7.4 ] : https://github.com/cole14/rust-elf/compare/v0.7.3...v0.7.4
174181[ 0.7.3 ] : https://github.com/cole14/rust-elf/compare/v0.7.2...v0.7.3
175182[ 0.7.2 ] : https://github.com/cole14/rust-elf/compare/v0.7.1...v0.7.2
176183[ 0.7.1 ] : https://github.com/cole14/rust-elf/compare/v0.7.0...v0.7.1
Original file line number Diff line number Diff line change 11[package ]
22name = " elf"
3- version = " 0.7.3 "
3+ version = " 0.7.4 "
44authors = [" Christopher Cole <chris.cole.09@gmail.com>" ]
55license = " MIT/Apache-2.0"
66repository = " https://github.com/cole14/rust-elf/"
You can’t perform that action at this time.
0 commit comments