Skip to content

Commit

Permalink
docs: add 1 new contributors; prepare changelog for 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
m4b committed Jan 6, 2025
1 parent 27fde88 commit 432ea60
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ Before 1.0, this project does not adhere to [Semantic Versioning](http://semver.

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

## [0.9.3] - 2025-1-5
### Fixed
pe: fix import parser for non-well-formed import table, thanks @kkent030315: https://github.com/m4b/goblin/pull/429
pe: fix empty import table parsing, thanks @kkent030315: https://github.com/m4b/goblin/pull/430
### Added
pe: Add tests for TLS parser and characteristics constants, thanks @kkent030315: https://github.com/m4b/goblin/pull/426
elf: added new constants for 32-bit PowerPC, thanks @ivlzme https://github.com/m4b/goblin/pull/439

## [0.9.2] - 2024-10-26
### Fixed
pe: fix PE with zero `raw_data_size` of section, thanks @ideeockus: https://github.com/m4b/goblin/pull/396
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ In lexicographic order:
- [@h33p]
- [@ibabushkin]
- [@ideeockus]
- [@ivlzme]
- [@jackcmay]
- [@jan-auer]
- [@Javagedes]
Expand Down Expand Up @@ -211,6 +212,7 @@ In lexicographic order:
[@h33p]: https://github.com/h33p
[@ibabushkin]: https://github.com/ibabushkin
[@ideeockus]: https://github.com/ideeockus
[@ivlzme]: https://github.com/ivlzme
[@jackcmay]: https://github.com/jackcmay
[@jan-auer]: https://github.com/jan-auer
[@Javagedes]: https://github.com/Javagedes
Expand Down

0 comments on commit 432ea60

Please sign in to comment.