From 488f4eba9a992e0c753936edb192f1f8d4c588ab Mon Sep 17 00:00:00 2001 From: Nikita Smith Date: Thu, 14 May 2026 18:31:43 -0700 Subject: [PATCH] update change log --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 809c77b8..37c68476 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ ## Linker Changes - Implemented /DEBUG:GHASH +- Fixed an issue where an import thunk or import address could be linked from the currently searched library + instead of the library where the first import reference was found. For example, if the first pass finds the import + thunk in foo.lib and the second pass resolves symbol to the import address in bar.lib, the linker now always linkes + the import thunk and import address members from the library where the first reference was found. # v0.9.25-alpha