Skip to content

Commit ef7998f

Browse files
committed
docs: add (3)! new contributors; update changelog for 10.1
1 parent 240c714 commit ef7998f

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,20 @@ Goblin is now 0.10, which means we will try our best to ease breaking changes. T
77

88
## [0.10.1] - Unreleased
99
## Added
10+
pe: Add parser for `C_SCOPE_TABLE`, thanks @kkent030315: https://github.com/m4b/goblin/pull/477
11+
pe: Add resource parser, thanks @kkent030315: https://github.com/m4b/goblin/pull/431
12+
pe: Add `parse_tls_data` option, thanks @ideeockus: https://github.com/m4b/goblin/pull/457
1013
pe: Add load config parser, thanks @kkent030315: https://github.com/m4b/goblin/pull/464
1114
elf: added `type_to_str` support for coredump constants, thanks @gunbux: https://github.com/m4b/goblin/pull/475
15+
elf: added PowerPC64 relocations, thanks @Gelbpunkt: https://github.com/m4b/goblin/pull/484
1216
## Fixed
17+
pe: fix load config parser out of bounds, thanks @kkent030315 and Robel Campbell: https://github.com/m4b/goblin/pull/483
18+
pe: remove unwind info alignment assertion, thanks @kkent030315: https://github.com/m4b/goblin/pull/480
19+
pe: fix base relocation parser panic, thanks @kkent030315: https://github.com/m4b/goblin/pull/465
1320
pe: Fix some offsets computation when using scroll, thanks @DreydenGys: https://github.com/m4b/goblin/pull/471
1421
pe: cannot read cb size, thanks chf0x: https://github.com/m4b/goblin/pull/472
1522
pe: fix tls raw data parser, thanks @jorgeaduran and @kkent030315: https://github.com/m4b/goblin/pull/473
23+
build: fix no-std build errors, thanks @hannahfluch: https://github.com/m4b/goblin/pull/478
1624

1725
## [0.10.0] - 2025-5-25
1826
### Breaking

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,9 @@ In lexicographic order:
141141
- [@ExPixel]
142142
- [@flanfly]
143143
- [@glandium]
144+
- [@Gelbpunkt]
144145
- [@gunbux]
146+
- [@hannahfluch]
145147
- [@h33p]
146148
- [@ibabushkin]
147149
- [@ideeockus]
@@ -209,6 +211,7 @@ In lexicographic order:
209211
- [@woodruffw]
210212
- [@wyxloading]
211213
- [@xcoldhandsx]
214+
- [@x0rb3l]
212215
- [@x64k]
213216

214217
<!-- Contributors -->
@@ -233,7 +236,9 @@ In lexicographic order:
233236
[@ExPixel]: https://github.com/ExPixel
234237
[@flanfly]: https://github.com/flanfly
235238
[@glandium]: https://github.com/glandium
239+
[@Gelbpunkt]: https://github.com/Gelbpunkt
236240
[@gunbux]: https://github.com/gunbux]
241+
[@hannahfluch]: https://github.com/hannahfluch
237242
[@h33p]: https://github.com/h33p
238243
[@ibabushkin]: https://github.com/ibabushkin
239244
[@ideeockus]: https://github.com/ideeockus
@@ -303,6 +308,7 @@ In lexicographic order:
303308
[@woodruffw]: https://github.com/woodruffw
304309
[@wyxloading]: https://github.com/wyxloading
305310
[@xcoldhandsx]: https://github.com/xcoldhandsx
311+
[@x0rb3l]: https://github.com/x0rb3l
306312
[@x64k]: https://github.com/x64k
307313

308314
## Contributing

0 commit comments

Comments
 (0)