From ff7954cf1843b36f2a5caf1dacbf1ecf8803f77c Mon Sep 17 00:00:00 2001 From: Martin Kinkelin Date: Thu, 4 Jul 2024 12:19:00 +0200 Subject: [PATCH] Finalize v1.39.0 (#4693) Co-authored-by: Johan Engelen --- CHANGELOG.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e531b1ef13..15308ff1d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,21 @@ # LDC master #### Big news -- Frontend, druntime and Phobos are at version [2.109.0](https://dlang.org/changelog/2.109.0.html). (#4660) -- LLVM for prebuilt packages bumped to v18.1.6 (except for macOS arm64). (#4678) #### Platform support -- Supports LLVM 15 - 18. Support for LLVM 11 - 14 was dropped. The CLI options `-passmanager` and `-opaque-pointers` were removed. #### Bug fixes +# LDC 1.39.0 (2024-07-04) + +#### Big news +- Frontend, druntime and Phobos are at version [2.109.1](https://dlang.org/changelog/2.109.0.html). (#4660, #4692) +- LLVM for prebuilt packages bumped to v18.1.6 (except for macOS arm64). (#4678) +- Added CI testing of Alpine Linux with musl libc (including some bug fixes). Removed the libunwind dependency when linking with musl libc. (#4650, #4691) + +#### Platform support +- Supports LLVM 15 - 18. Support for LLVM 11 - 14 was dropped. The CLI options `-passmanager` and `-opaque-pointers` were removed. + # LDC 1.38.0 (2024-05-11) #### Big news