From 4eee46764e4d579dc29a8c5441d2dff1df3621f5 Mon Sep 17 00:00:00 2001 From: Nikita Smith Date: Wed, 15 Apr 2026 13:13:51 -0700 Subject: [PATCH] update the change log --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c16d159..242ba133 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,16 @@ - Adjusted the source code context menu to activate commands with a single press, rather than the usual double click behavior from general palettes. +## Linker Changes + +- Optimized debug info generation to reduce memory usage in large links by 25%. +- Fixed a determinism issue that caused linker to write unreliable debug info. +- Fixed over-reservetaion of PDB pages, reducing the PDB size. +- Implemented /INFERASANLIBS +- Implemented /WHOLEARCHIVE +- Implemented /PDBSTRIPPED +- Set correct defaults for unload and bind import tables. + # v0.9.24-alpha ## Debugger Changes