2
2
3
3
$(CHANGELOG_NAV_INJECT)
4
4
5
- $(VERSION Sep 01 , 2022, =================================================,
5
+ $(VERSION Sep 10 , 2022, =================================================,
6
6
7
7
$(CHANGELOG_HEADER_STATISTICS
8
- $(VER) comes with 1 major change and 20 fixed Bugzilla issues.
8
+ $(VER) comes with 1 major change and 21 fixed Bugzilla issues.
9
9
A huge thanks goes to the
10
- $(LINK2 #contributors, 16 contributors)
10
+ $(LINK2 #contributors, 18 contributors)
11
11
who made $(VER) possible.)
12
12
13
13
$(BUGSTITLE_TEXT_HEADER Compiler changes,
@@ -86,11 +86,13 @@ $(BUGSTITLE_BUGZILLA Phobos regression fixes,
86
86
87
87
$(LI $(BUGZILLA 23132): "cannot access frame pointer" comparing two ranges for equality from v2.099.0)
88
88
$(LI $(BUGZILLA 23140): Array!T where T is a shared class no longer works)
89
+ $(LI $(BUGZILLA 23238): Cannot write a const Nullable$(LPAREN)T, T nullValue$(RPAREN))
89
90
)
90
91
)
91
- $(D_CONTRIBUTORS_HEADER 16 )
92
+ $(D_CONTRIBUTORS_HEADER 18 )
92
93
$(D_CONTRIBUTORS
93
94
$(D_CONTRIBUTOR Boris Carvajal)
95
+ $(D_CONTRIBUTOR dawg)
94
96
$(D_CONTRIBUTOR Dennis)
95
97
$(D_CONTRIBUTOR Dennis Korpel)
96
98
$(D_CONTRIBUTOR FeepingCreature)
@@ -106,6 +108,7 @@ $(D_CONTRIBUTORS
106
108
$(D_CONTRIBUTOR RubyTheRoobster)
107
109
$(D_CONTRIBUTOR Tomáš Chaloupka)
108
110
$(D_CONTRIBUTOR Walter Bright)
111
+ $(D_CONTRIBUTOR wolframw)
109
112
)
110
113
$(D_CONTRIBUTORS_FOOTER)
111
114
$(CHANGELOG_NAV_INJECT)
0 commit comments