@@ -5,9 +5,9 @@ $(CHANGELOG_NAV_INJECT)
55$(VERSION Jan 01, 2024, =================================================,
66
77$(CHANGELOG_HEADER_STATISTICS
8- $(VER) comes with 1 fixed Bugzilla issue .
8+ $(VER) comes with 4 fixed Bugzilla issues .
99 A huge thanks goes to the
10- $(LINK2 #contributors, 2 contributors)
10+ $(LINK2 #contributors, 4 contributors)
1111 who made $(VER) possible.)
1212
1313$(CHANGELOG_SEP_HEADER_TEXT_NONEMPTY)
@@ -16,15 +16,23 @@ $(CHANGELOG_SEP_HEADER_TEXT)
1616
1717$(CHANGELOG_SEP_TEXT_BUGZILLA)
1818
19+ $(BUGSTITLE_BUGZILLA DMD Compiler regression fixes,
20+
21+ $(LI $(BUGZILLA 22212): dmd version has -dirty suffix on windows)
22+ )
1923$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes,
2024
25+ $(LI $(BUGZILLA 22483): DMD generates invalid string sections that work by coincidence)
2126$(LI $(BUGZILLA 24281): Segfault with missing field after named argument)
27+ $(LI $(BUGZILLA 24283): [SIMD][CODEGEN] Bad codegen with and not + AVX2 registers)
2228)
2329)
24- $(D_CONTRIBUTORS_HEADER 2 )
30+ $(D_CONTRIBUTORS_HEADER 4 )
2531$(D_CONTRIBUTORS
2632 $(D_CONTRIBUTOR Dennis Korpel)
2733 $(D_CONTRIBUTOR Iain Buclaw)
34+ $(D_CONTRIBUTOR Siarhei Siamashka)
35+ $(D_CONTRIBUTOR Walter Bright)
2836)
2937$(D_CONTRIBUTORS_FOOTER)
3038$(CHANGELOG_NAV_INJECT)
0 commit comments