Skip to content

Commit 20ff594

Browse files
committed
docs: update changelog for 0.10.4
1 parent c5dc0ec commit 20ff594

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.10, 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.10.4] - 2025-11-30
9+
## Added
10+
elf.reloc: add some missing PowerPC 32-bit relocation type constants, thanks @ivlzme: https://github.com/m4b/goblin/pull/495
11+
## Fixed
12+
pe: Fix potential out-of-bounds read in unwind/POGO info parser, thanks @kkent030315: https://github.com/m4b/goblin/pull/498
13+
pe: Reject cyclic resource trees, thanks @Mrmaxmeier: https://github.com/m4b/goblin/pull/499
14+
pe: Handle unpadded resource values in .NET assemblies compiled with Mono, thanks @BinFlip: https://github.com/m4b/goblin/pull/501
15+
816
## [0.10.3] - 2025-10-16
917
## Fixed
1018
pe: fix regression in PE relocs, thanks @PJB3005: https://github.com/m4b/goblin/pull/496

0 commit comments

Comments
 (0)