@@ -5,9 +5,9 @@ $(CHANGELOG_NAV_INJECT)
5
5
$(VERSION Jul 01, 2024, =================================================,
6
6
7
7
$(CHANGELOG_HEADER_STATISTICS
8
- $(VER) comes with 1 major change and 4 fixed Bugzilla issues.
8
+ $(VER) comes with 1 major change and 5 fixed Bugzilla issues.
9
9
A huge thanks goes to the
10
- $(LINK2 #contributors, 5 contributors)
10
+ $(LINK2 #contributors, 7 contributors)
11
11
who made $(VER) possible.)
12
12
13
13
$(BUGSTITLE_TEXT_HEADER Compiler changes,
@@ -47,6 +47,10 @@ Runtime array casting to `bool[]` is
47
47
48
48
$(CHANGELOG_SEP_TEXT_BUGZILLA)
49
49
50
+ $(BUGSTITLE_BUGZILLA DMD Compiler regression fixes,
51
+
52
+ $(LI $(BUGZILLA 24602): Internal compiler error: failed to detect static initialization of associative array)
53
+ )
50
54
$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes,
51
55
52
56
$(LI $(BUGZILLA 24566): condition that starts with runtime value and uses compile time array does not short circuit)
@@ -58,10 +62,12 @@ $(LI $(BUGZILLA 24595): OpenBSD: Use .init_array/.fini_array)
58
62
$(LI $(BUGZILLA 24597): FreeBSD/OpenBSD: Enable ELF_COMDAT)
59
63
)
60
64
)
61
- $(D_CONTRIBUTORS_HEADER 5 )
65
+ $(D_CONTRIBUTORS_HEADER 7 )
62
66
$(D_CONTRIBUTORS
63
67
$(D_CONTRIBUTOR Brian Callahan)
68
+ $(D_CONTRIBUTOR Dennis Korpel)
64
69
$(D_CONTRIBUTOR Iain Buclaw)
70
+ $(D_CONTRIBUTOR Johan Engelen)
65
71
$(D_CONTRIBUTOR Mathis Beer)
66
72
$(D_CONTRIBUTOR Nick Treleaven)
67
73
$(D_CONTRIBUTOR Timon Gehr)
0 commit comments