From b8a9e9e759b9976205d356f4c81a95462b45548e Mon Sep 17 00:00:00 2001 From: liushuyu Date: Thu, 23 Jan 2025 08:54:40 -0700 Subject: [PATCH] changelog for gen/module.cpp cf-protection fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87a6313c54..04e691309c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ #### Platform support #### Bug fixes +- Building multi-file D applications with control-flow protection will no longer cause LDC to throw an internal compiler error. (#4828) # LDC 1.40.0 (2024-12-15)