@@ -5,9 +5,9 @@ $(CHANGELOG_NAV_INJECT)
55$(VERSION Jul 01, 2024, =================================================,
66
77$(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.
99 A huge thanks goes to the
10- $(LINK2 #contributors, 5 contributors)
10+ $(LINK2 #contributors, 7 contributors)
1111 who made $(VER) possible.)
1212
1313$(BUGSTITLE_TEXT_HEADER Compiler changes,
@@ -47,6 +47,10 @@ Runtime array casting to `bool[]` is
4747
4848$(CHANGELOG_SEP_TEXT_BUGZILLA)
4949
50+ $(BUGSTITLE_BUGZILLA DMD Compiler regression fixes,
51+
52+ $(LI $(BUGZILLA 24602): Internal compiler error: failed to detect static initialization of associative array)
53+ )
5054$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes,
5155
5256$(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)
5862$(LI $(BUGZILLA 24597): FreeBSD/OpenBSD: Enable ELF_COMDAT)
5963)
6064)
61- $(D_CONTRIBUTORS_HEADER 5 )
65+ $(D_CONTRIBUTORS_HEADER 7 )
6266$(D_CONTRIBUTORS
6367 $(D_CONTRIBUTOR Brian Callahan)
68+ $(D_CONTRIBUTOR Dennis Korpel)
6469 $(D_CONTRIBUTOR Iain Buclaw)
70+ $(D_CONTRIBUTOR Johan Engelen)
6571 $(D_CONTRIBUTOR Mathis Beer)
6672 $(D_CONTRIBUTOR Nick Treleaven)
6773 $(D_CONTRIBUTOR Timon Gehr)
0 commit comments