@@ -5,9 +5,9 @@ $(CHANGELOG_NAV_INJECT)
5
5
$(VERSION Jan 01, 2024, =================================================,
6
6
7
7
$(CHANGELOG_HEADER_STATISTICS
8
- $(VER) comes with 1 fixed Bugzilla issue .
8
+ $(VER) comes with 4 fixed Bugzilla issues .
9
9
A huge thanks goes to the
10
- $(LINK2 #contributors, 2 contributors)
10
+ $(LINK2 #contributors, 4 contributors)
11
11
who made $(VER) possible.)
12
12
13
13
$(CHANGELOG_SEP_HEADER_TEXT_NONEMPTY)
@@ -16,15 +16,23 @@ $(CHANGELOG_SEP_HEADER_TEXT)
16
16
17
17
$(CHANGELOG_SEP_TEXT_BUGZILLA)
18
18
19
+ $(BUGSTITLE_BUGZILLA DMD Compiler regression fixes,
20
+
21
+ $(LI $(BUGZILLA 22212): dmd version has -dirty suffix on windows)
22
+ )
19
23
$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes,
20
24
25
+ $(LI $(BUGZILLA 22483): DMD generates invalid string sections that work by coincidence)
21
26
$(LI $(BUGZILLA 24281): Segfault with missing field after named argument)
27
+ $(LI $(BUGZILLA 24283): [SIMD][CODEGEN] Bad codegen with and not + AVX2 registers)
22
28
)
23
29
)
24
- $(D_CONTRIBUTORS_HEADER 2 )
30
+ $(D_CONTRIBUTORS_HEADER 4 )
25
31
$(D_CONTRIBUTORS
26
32
$(D_CONTRIBUTOR Dennis Korpel)
27
33
$(D_CONTRIBUTOR Iain Buclaw)
34
+ $(D_CONTRIBUTOR Siarhei Siamashka)
35
+ $(D_CONTRIBUTOR Walter Bright)
28
36
)
29
37
$(D_CONTRIBUTORS_FOOTER)
30
38
$(CHANGELOG_NAV_INJECT)
0 commit comments