From abfea7c33abaeacfd69604f91f5587c54e5a69d4 Mon Sep 17 00:00:00 2001 From: Nikita Smith Date: Mon, 13 Jul 2026 12:11:20 -0700 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 748e1e5b..e69dd338 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# v0.9.28-alpha + +## Linker Changes +- Implemented `/OPT:ICF` identical COMDAT folding. +- Added DEF, and SECTION configuration support. +- Improved COMDAT handling for weak symbols, ICF, and zero-sized COMDAT + anchors, and stopped emitting empty marker sections that could produce invalid + PE images. +- Fixed import/export edge cases, including import data-directory bounds and + archive member handling for `__imp_*` symbols. +- Accepted duplicate identical weak search aliases without reporting multiply + defined symbols. +- Add support for UTF-16 encoded response files. +- Fixed DBI section-contribution image-section range mapping. +- Improved debug logging for `/OPT:REF` liveness stats and unresolved symbols + referenced by `.llvm_addrsig`. + # v0.9.27-alpha ## Debugger Changes