You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+10-3
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,21 @@
1
1
# LDC master
2
2
3
3
#### Big news
4
-
- Frontend, druntime and Phobos are at version [2.109.0](https://dlang.org/changelog/2.109.0.html). (#4660)
5
-
- LLVM for prebuilt packages bumped to v18.1.6 (except for macOS arm64). (#4678)
6
4
7
5
#### Platform support
8
-
- Supports LLVM 15 - 18. Support for LLVM 11 - 14 was dropped. The CLI options `-passmanager` and `-opaque-pointers` were removed.
9
6
10
7
#### Bug fixes
11
8
9
+
# LDC 1.39.0 (2024-07-04)
10
+
11
+
#### Big news
12
+
- Frontend, druntime and Phobos are at version [2.109.1](https://dlang.org/changelog/2.109.0.html). (#4660, #4692)
13
+
- LLVM for prebuilt packages bumped to v18.1.6 (except for macOS arm64). (#4678)
14
+
- Added CI testing of Alpine Linux with musl libc (including some bug fixes). Removed the libunwind dependency when linking with musl libc. (#4650, #4691)
15
+
16
+
#### Platform support
17
+
- Supports LLVM 15 - 18. Support for LLVM 11 - 14 was dropped. The CLI options `-passmanager` and `-opaque-pointers` were removed.
0 commit comments