@@ -5,9 +5,9 @@ $(CHANGELOG_NAV_INJECT)
55$(VERSION May 01, 2023, =================================================,
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 6 fixed Bugzilla issues.
99 A huge thanks goes to the
10- $(LINK2 #contributors, 4 contributors)
10+ $(LINK2 #contributors, 5 contributors)
1111 who made $(VER) possible.)
1212
1313$(BUGSTITLE_TEXT_HEADER Compiler changes,
@@ -47,6 +47,7 @@ $(CHANGELOG_SEP_TEXT_BUGZILLA)
4747
4848$(BUGSTITLE_BUGZILLA DMD Compiler regression fixes,
4949
50+ $(LI $(BUGZILLA 20090): Header generation wrongfully outputs constructor bodies)
5051$(LI $(BUGZILLA 23816): Typing invalid mnemonic in asm{} block segfaults)
5152)
5253$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes,
@@ -55,11 +56,16 @@ $(LI $(BUGZILLA 22739): Segmentation fault in CppMangleVisitor.headOfType)
5556$(LI $(BUGZILLA 22765): Assertion failure in CppMangleVisitor.template_args)
5657$(LI $(BUGZILLA 22857): Segfault for malformed static if in imported template)
5758)
59+ $(BUGSTITLE_BUGZILLA Druntime regression fixes,
60+
61+ $(LI $(BUGZILLA 23859): [REG 2.103] Throwing while in a deep callstack causes memory corruption)
62+ )
5863)
59- $(D_CONTRIBUTORS_HEADER 4 )
64+ $(D_CONTRIBUTORS_HEADER 5 )
6065$(D_CONTRIBUTORS
6166 $(D_CONTRIBUTOR Dennis)
6267 $(D_CONTRIBUTOR Iain Buclaw)
68+ $(D_CONTRIBUTOR Rainer Schuetze)
6369 $(D_CONTRIBUTOR Razvan Nitu)
6470 $(D_CONTRIBUTOR Steven Schveighoffer)
6571)
0 commit comments