@@ -6,7 +6,7 @@ $(VERSION Nov 01, 2018, =================================================,
6
6
7
7
$(CHANGELOG_HEADER_STATISTICS
8
8
$(VER) comes with 11 major changes and 46 fixed Bugzilla issues.
9
- A huge thanks goes to the 50 contributors who made $(VER) possible.)
9
+ A huge thanks goes to the 51 contributors who made $(VER) possible.)
10
10
11
11
$(BUGSTITLE_TEXT_HEADER Compiler changes,
12
12
@@ -15,7 +15,7 @@ $(LI $(RELATIVE_LINK2 deprecated_switch_gc,Deprecated CLI switch `-gc` have been
15
15
$(LI $(RELATIVE_LINK2 isZeroInit,Expose `__traits(isZeroInit, T)`))
16
16
$(LI $(RELATIVE_LINK2 mangle_cpp,Implement new C++ mangling syntax))
17
17
$(LI $(RELATIVE_LINK2 pragmaLinkerDirective,Add `pragma(linkerDirective)`, to emit linker directives into object files.))
18
- $(LI $(RELATIVE_LINK2 reboot14246,fix Issue 14246 - RAII - proper destruction of partically constructed objects))
18
+ $(LI $(RELATIVE_LINK2 reboot14246,fix Issue 14246 - RAII - proper destruction of partially constructed objects))
19
19
$(LI $(RELATIVE_LINK2 targetinfo,Add `__traits(getTargetInfo, "key")` to query details about the compilation target.))
20
20
21
21
)
@@ -140,7 +140,7 @@ This is only supported for MS-COFF output.
140
140
)
141
141
)
142
142
143
- $(LI $(LNAME2 reboot14246,fix Issue 14246 - RAII - proper destruction of partically constructed objects)
143
+ $(LI $(LNAME2 reboot14246,fix Issue 14246 - RAII - proper destruction of partially constructed objects)
144
144
$(CHANGELOG_SOURCE_FILE dmd, changelog/reboot14246.dd)
145
145
$(P
146
146
Since destructors for object fields can now get called by the constructor for that
@@ -333,14 +333,15 @@ $(BUGSTITLE_BUGZILLA dlang.org bugs,
333
333
$(LI $(BUGZILLA 18104): Alias example compiles where it states that it should be illegal)
334
334
)
335
335
)
336
- $(D_CONTRIBUTORS_HEADER 50 )
336
+ $(D_CONTRIBUTORS_HEADER 51 )
337
337
$(D_CONTRIBUTORS
338
338
$(D_CONTRIBUTOR 0xEAB)
339
339
$(D_CONTRIBUTOR aG0aep6G)
340
340
$(D_CONTRIBUTOR Alexandru ermicioi)
341
341
$(D_CONTRIBUTOR Andrei Alexandrescu)
342
342
$(D_CONTRIBUTOR Arun Chandrasekaran)
343
343
$(D_CONTRIBUTOR Basile Burg)
344
+ $(D_CONTRIBUTOR BBasile)
344
345
$(D_CONTRIBUTOR Carsten Schlote)
345
346
$(D_CONTRIBUTOR devel)
346
347
$(D_CONTRIBUTOR deviator)
0 commit comments