Skip to content

Commit 22e8a8c

Browse files
authored
Prepare for v1.28.0 - bump dub & dlang tools, extend changelog (#3847)
1 parent 7ed6325 commit 22e8a8c

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# LDC 1.28.0 (2021-10-13)
2+
3+
#### Big news
4+
- Frontend, druntime and Phobos are at version [2.098.0+](https://dlang.org/changelog/2.098.0.html). (#3821, #3839, #3844)
5+
- Windows: `-dllimport=defaultLibsOnly` (e.g., implied by `-link-defaultlib-shared -fvisibility=hidden`) doesn't require `-linkonce-templates` anymore. (#3816)
6+
- dcompute: Add support for OpenCL image I/O. (#3835)
7+
8+
#### Platform support
9+
- Supports LLVM 6.0 - 12.0.
10+
11+
#### Bug fixes
12+
- Fix dynamic casts across binary boundaries (DLLs etc.). (dlang/druntime#3543)
13+
- Windows: Fix potentially wrongly caught exceptions due to non-unique `TypeInfo_Class` names. (#3520)
14+
- Don't silently ignore invalid external tool specifications. (#3841)
15+
- LLVM v11.1: Add missing PGO `ldc-profdata` tool.
16+
117
# LDC 1.27.1 (2021-08-14)
218

319
#### Big news

packaging/dlang-tools_version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.098.0-beta.2
1+
v2.098.0

packaging/dub_version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.27.0-beta.2
1+
v1.27.0

0 commit comments

Comments
 (0)