@@ -5,8 +5,8 @@ $(CHANGELOG_NAV_INJECT)
55$(VERSION Jan 01, 2019, =================================================,
66
77$(CHANGELOG_HEADER_STATISTICS
8- $(VER) comes with 21 major changes and 93 fixed Bugzilla issues.
9- A huge thanks goes to the 51 contributors who made $(VER) possible.)
8+ $(VER) comes with 21 major changes and 95 fixed Bugzilla issues.
9+ A huge thanks goes to the 52 contributors who made $(VER) possible.)
1010
1111$(BUGSTITLE_TEXT_HEADER Compiler changes,
1212
@@ -324,7 +324,7 @@ dependency "vibe-d" version="~>X.Y.Z"
324324
325325$(P
326326It is also possible to add multiple packages at once and explicitly add a
327- simple $(LINK2 version specification,http ://code.dlang.org/package-format?lang=json#version-specs)
327+ simple $(LINK2 https ://code.dlang.org/package-format?lang=json#version-specs,version specification )
328328for some of them.
329329)
330330
@@ -491,6 +491,7 @@ $(LI $(BUGZILLA 19409): static if $(LPAREN)__traits$(LPAREN)compiles, __traits$(
491491$(LI $(BUGZILLA 19447): [REG2.066] fixed size slice assignment in ctfe loses connection with array)
492492$(LI $(BUGZILLA 19473): DMD Segfault on circular struct reference)
493493$(LI $(BUGZILLA 19491): ICE $(LPAREN)segfault$(RPAREN) when initializing scope variable with shared type)
494+ $(LI $(BUGZILLA 19510): [2.084 REG] random and spurious error about a missing NOLOGO.d file)
494495)
495496$(BUGSTITLE_BUGZILLA DMD Compiler bugs,
496497
@@ -534,6 +535,7 @@ $(LI $(BUGZILLA 19439): Make __traits$(LPAREN)getAliasThis$(RPAREN) return empty
534535)
535536$(BUGSTITLE_BUGZILLA Phobos regressions,
536537
538+ $(LI $(BUGZILLA 13300): pure function 'std.array.Appender!$(LPAREN)T[]$(RPAREN).Appender.ensureAddable' cannot call impure function 'test.T.__fieldPostBlit')
537539$(LI $(BUGZILLA 18824): [REG 2.080] Tuple's opBinaryRight takes precedence over appending a tuple to an array of tuples)
538540$(LI $(BUGZILLA 19133): core.exception.rangeerror@std/file.d$(LPAREN)3812$(RPAREN):)
539541)
@@ -605,7 +607,7 @@ $(BUGSTITLE_BUGZILLA Installer bugs,
605607$(LI $(BUGZILLA 19434): "Invalid signature" when using install.sh with no ~/.gnupg)
606608)
607609)
608- $(D_CONTRIBUTORS_HEADER 51 )
610+ $(D_CONTRIBUTORS_HEADER 52 )
609611$(D_CONTRIBUTORS
610612 $(D_CONTRIBUTOR Andrei Alexandrescu)
611613 $(D_CONTRIBUTOR Andu033)
@@ -655,6 +657,7 @@ $(D_CONTRIBUTORS
655657 $(D_CONTRIBUTOR Simen Kjærås)
656658 $(D_CONTRIBUTOR Stanislav Blinov)
657659 $(D_CONTRIBUTOR Steven Schveighoffer)
660+ $(D_CONTRIBUTOR Thomas Mader)
658661 $(D_CONTRIBUTOR Vladimir Panteleev)
659662 $(D_CONTRIBUTOR Walter Bright)
660663 $(D_CONTRIBUTOR wolframw)
0 commit comments