Skip to content

Commit

Permalink
Finalize v1.39.0 (#4693)
Browse files Browse the repository at this point in the history
Co-authored-by: Johan Engelen <[email protected]>
  • Loading branch information
kinke and JohanEngelen committed Jul 4, 2024
1 parent 7ad1a98 commit ff7954c
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ff7954c

Please sign in to comment.