@@ -5,9 +5,9 @@ $(CHANGELOG_NAV_INJECT)
5
5
$(VERSION May 01, 2023, =================================================,
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 6 fixed Bugzilla issues.
9
9
A huge thanks goes to the
10
- $(LINK2 #contributors, 4 contributors)
10
+ $(LINK2 #contributors, 5 contributors)
11
11
who made $(VER) possible.)
12
12
13
13
$(BUGSTITLE_TEXT_HEADER Compiler changes,
@@ -47,6 +47,7 @@ $(CHANGELOG_SEP_TEXT_BUGZILLA)
47
47
48
48
$(BUGSTITLE_BUGZILLA DMD Compiler regression fixes,
49
49
50
+ $(LI $(BUGZILLA 20090): Header generation wrongfully outputs constructor bodies)
50
51
$(LI $(BUGZILLA 23816): Typing invalid mnemonic in asm{} block segfaults)
51
52
)
52
53
$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes,
@@ -55,11 +56,16 @@ $(LI $(BUGZILLA 22739): Segmentation fault in CppMangleVisitor.headOfType)
55
56
$(LI $(BUGZILLA 22765): Assertion failure in CppMangleVisitor.template_args)
56
57
$(LI $(BUGZILLA 22857): Segfault for malformed static if in imported template)
57
58
)
59
+ $(BUGSTITLE_BUGZILLA Druntime regression fixes,
60
+
61
+ $(LI $(BUGZILLA 23859): [REG 2.103] Throwing while in a deep callstack causes memory corruption)
62
+ )
58
63
)
59
- $(D_CONTRIBUTORS_HEADER 4 )
64
+ $(D_CONTRIBUTORS_HEADER 5 )
60
65
$(D_CONTRIBUTORS
61
66
$(D_CONTRIBUTOR Dennis)
62
67
$(D_CONTRIBUTOR Iain Buclaw)
68
+ $(D_CONTRIBUTOR Rainer Schuetze)
63
69
$(D_CONTRIBUTOR Razvan Nitu)
64
70
$(D_CONTRIBUTOR Steven Schveighoffer)
65
71
)
0 commit comments