@@ -5,9 +5,9 @@ $(CHANGELOG_NAV_INJECT)
5
5
$(VERSION May 01, 2024, =================================================,
6
6
7
7
$(CHANGELOG_HEADER_STATISTICS
8
- $(VER) comes with 9 fixed Bugzilla issues.
8
+ $(VER) comes with 10 fixed Bugzilla issues.
9
9
A huge thanks goes to the
10
- $(LINK2 #contributors, 11 contributors)
10
+ $(LINK2 #contributors, 12 contributors)
11
11
who made $(VER) possible.)
12
12
13
13
$(CHANGELOG_SEP_HEADER_TEXT_NONEMPTY)
@@ -30,14 +30,19 @@ $(LI $(BUGZILLA 24495): ImportC: Struct initialization expression fails to initi
30
30
$(LI $(BUGZILLA 24509): importC cannot handle _stdcall Function Calling Convention with single heading underscore)
31
31
$(LI $(BUGZILLA 24511): __stdcall functions from C are extern$(LPAREN)C$(RPAREN) in D.)
32
32
)
33
+ $(BUGSTITLE_BUGZILLA Phobos regression fixes,
34
+
35
+ $(LI $(BUGZILLA 24481): retro no longer works with types that support assignment but not moving)
36
+ )
33
37
$(BUGSTITLE_BUGZILLA Druntime regression fixes,
34
38
35
39
$(LI $(BUGZILLA 24498): Multidimensional array not scanned by GC)
36
40
)
37
41
)
38
- $(D_CONTRIBUTORS_HEADER 11 )
42
+ $(D_CONTRIBUTORS_HEADER 12 )
39
43
$(D_CONTRIBUTORS
40
44
$(D_CONTRIBUTOR Artha)
45
+ $(D_CONTRIBUTOR Bastiaan Veelo)
41
46
$(D_CONTRIBUTOR Dennis)
42
47
$(D_CONTRIBUTOR Dennis Korpel)
43
48
$(D_CONTRIBUTOR FeepingCreature)
0 commit comments