Skip to content

Commit a0c0bb3

Browse files
committed
docs: add 1 new contributors; prepare changelog for 0.9.3
1 parent 50fa096 commit a0c0bb3

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ Before 1.0, this project does not adhere to [Semantic Versioning](http://semver.
55

66
Goblin is now 0.9, which means we will try our best to ease breaking changes. Tracking issue is here: https://github.com/m4b/goblin/issues/97
77

8+
## [0.9.3] - 2025-1-5
9+
### Fixed
10+
pe: fix import parser for non-well-formed import table, thanks @kkent030315: https://github.com/m4b/goblin/pull/429
11+
pe: fix empty import table parsing, thanks @kkent030315: https://github.com/m4b/goblin/pull/430
12+
### Added
13+
pe: Add tests for TLS parser and characteristics constants, thanks @kkent030315: https://github.com/m4b/goblin/pull/426
14+
elf: added new constants for 32-bit PowerPC, thanks @ivlzme https://github.com/m4b/goblin/pull/439
15+
816
## [0.9.2] - 2024-10-26
917
### Fixed
1018
pe: fix PE with zero `raw_data_size` of section, thanks @ideeockus: https://github.com/m4b/goblin/pull/396

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ In lexicographic order:
126126
- [@h33p]
127127
- [@ibabushkin]
128128
- [@ideeockus]
129+
- [@ivlzme]
129130
- [@jackcmay]
130131
- [@jan-auer]
131132
- [@Javagedes]
@@ -211,6 +212,7 @@ In lexicographic order:
211212
[@h33p]: https://github.com/h33p
212213
[@ibabushkin]: https://github.com/ibabushkin
213214
[@ideeockus]: https://github.com/ideeockus
215+
[@ivlzme]: https://github.com/ivlzme
214216
[@jackcmay]: https://github.com/jackcmay
215217
[@jan-auer]: https://github.com/jan-auer
216218
[@Javagedes]: https://github.com/Javagedes

0 commit comments

Comments
 (0)