2
2
3
3
$(CHANGELOG_NAV_INJECT)
4
4
5
- $(VERSION Apr 06 , 2022, =================================================,
5
+ $(VERSION Apr 07 , 2022, =================================================,
6
6
7
7
$(CHANGELOG_HEADER_STATISTICS
8
- $(VER) comes with 2 major changes and 18 fixed Bugzilla issues.
8
+ $(VER) comes with 2 major changes and 21 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
$(BUGSTITLE_TEXT_HEADER Compiler changes,
@@ -90,6 +90,7 @@ $(CHANGELOG_SEP_TEXT_BUGZILLA)
90
90
91
91
$(BUGSTITLE_BUGZILLA DMD Compiler regression fixes,
92
92
93
+ $(LI $(BUGZILLA 17434): [REG: 2.073] import lookup ignores public import.)
93
94
$(LI $(BUGZILLA 20015): [REG 2.086] Deprecated -preview, -revert, and -transition options not documented)
94
95
$(LI $(BUGZILLA 20717): Unsilenced bogus "undefined identifier" error from speculative collision)
95
96
$(LI $(BUGZILLA 21285): Delegate covariance broken between 2.092 and 2.094 $(LPAREN)git master$(RPAREN).)
@@ -99,6 +100,7 @@ $(LI $(BUGZILLA 22858): [REG2.099] Incorrect alignment of void*[0])
99
100
$(LI $(BUGZILLA 22859): Error: forward reference of variable `isAssignable` for mutually recursed `allSatisfy`)
100
101
$(LI $(BUGZILLA 22860): `Error: unknown` with mutually recursive and nested SumType)
101
102
$(LI $(BUGZILLA 22863): [REG2.099] -main doesn't work anymore when used for linking only $(LPAREN)without source modules$(RPAREN))
103
+ $(LI $(BUGZILLA 22969): Can't mixin name of manifest constant on right-hand side of alias declaration)
102
104
)
103
105
$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes,
104
106
@@ -108,6 +110,7 @@ $(LI $(BUGZILLA 22868): __traits$(LPAREN)parameters$(RPAREN) returns parameters
108
110
$(LI $(BUGZILLA 22871): Using an alias to `__traits$(LPAREN)parameters$(RPAREN)` causes unknown error)
109
111
$(LI $(BUGZILLA 22939): bad error message: Error: no property `msg` for type `string`)
110
112
$(LI $(BUGZILLA 22942): Invalid section type / offset for newer XCode versions)
113
+ $(LI $(BUGZILLA 22993): Missing quotes in octal literal hint)
111
114
)
112
115
$(BUGSTITLE_BUGZILLA Druntime regression fixes,
113
116
@@ -122,8 +125,9 @@ $(BUGSTITLE_BUGZILLA dlang.org bug fixes,
122
125
$(LI $(BUGZILLA 21086): Wrong source link for core.thread.context)
123
126
)
124
127
)
125
- $(D_CONTRIBUTORS_HEADER 11 )
128
+ $(D_CONTRIBUTORS_HEADER 12 )
126
129
$(D_CONTRIBUTORS
130
+ $(D_CONTRIBUTOR Boris Carvajal)
127
131
$(D_CONTRIBUTOR Brian Callahan)
128
132
$(D_CONTRIBUTOR Dennis)
129
133
$(D_CONTRIBUTOR Dennis Korpel)
0 commit comments