From 2683206ba270e900cbfea9d3baedae3e293b82e6 Mon Sep 17 00:00:00 2001 From: Nikita Smith Date: Mon, 18 May 2026 12:03:51 -0700 Subject: [PATCH] changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37c68476..1993a3af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ 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. +- /OPT:REF: Fixed an issue with garbage collection of associated sections and weak symbols that led linker to remove + live sections. # v0.9.25-alpha