From 8b624ce908a6b3f36f992ab6e6a06b32664c70ec Mon Sep 17 00:00:00 2001 From: Martin Kinkelin Date: Sun, 1 Mar 2026 16:43:36 +0100 Subject: [PATCH] Finalize changelog for v1.42.0 --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97ffa97b47..647eb518f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # LDC master +#### Big news + +#### Platform support + +#### Bug fixes + +# LDC 1.42.0 (2026-03-01) + #### Big news - Frontend, druntime and Phobos are at version [2.112.1+](https://dlang.org/changelog/2.112.0.html), incl. new command-line options `-extI`, `-dllimport=externalOnly` and `-edition`. (#4949, #4962, #4988, #5029, #5042, #5046, #5051, #5061, #5067, #5069, #5076) - Support for [LLVM 21](https://releases.llvm.org/21.1.0/docs/ReleaseNotes.html). The prebuilt packages use v21.1.8. (#4950, #5033) @@ -21,8 +29,6 @@ - Supports LLVM 15 - 21. - PowerPC64: `real` now matches the C++ host compiler's `long double` when compiling for the native target, not just on Linux hosts. (#5054) -#### Bug fixes - # LDC 1.41.0 (2025-06-07) #### Big news