From 9adc6b6a8ceb0f185daab90d9a07ad57c1eff8d8 Mon Sep 17 00:00:00 2001 From: Martin Kinkelin Date: Sun, 19 Jan 2025 22:54:52 +0100 Subject: [PATCH] [add changelog entry] --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87a6313c54..d9626ea60a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ #### Big news - LLVM for prebuilt packages bumped to v19.1.7. (#4822) +- New prebuilt package for Alpine Linux x86_64 with musl libc. It's currently generated on Alpine v3.20, using its default LLVM 17. Most bundled executables are fully static and can be run on ~all distros. (#4826) - Revived dynamic-compile (JIT) functionality (formerly unsupported since LLVM 12), supporting LLVM 18+ now. (#4774) - ldc2.conf: `%%ldcversion%%` placeholder added, allowing to refer to version-specific directories.