@@ -5,8 +5,8 @@ $(CHANGELOG_NAV_INJECT)
5
5
$(VERSION Jan 01, 2019, =================================================,
6
6
7
7
$(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.)
10
10
11
11
$(BUGSTITLE_TEXT_HEADER Compiler changes,
12
12
@@ -324,7 +324,7 @@ dependency "vibe-d" version="~>X.Y.Z"
324
324
325
325
$(P
326
326
It 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 )
328
328
for some of them.
329
329
)
330
330
@@ -491,6 +491,7 @@ $(LI $(BUGZILLA 19409): static if $(LPAREN)__traits$(LPAREN)compiles, __traits$(
491
491
$(LI $(BUGZILLA 19447): [REG2.066] fixed size slice assignment in ctfe loses connection with array)
492
492
$(LI $(BUGZILLA 19473): DMD Segfault on circular struct reference)
493
493
$(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)
494
495
)
495
496
$(BUGSTITLE_BUGZILLA DMD Compiler bugs,
496
497
@@ -534,6 +535,7 @@ $(LI $(BUGZILLA 19439): Make __traits$(LPAREN)getAliasThis$(RPAREN) return empty
534
535
)
535
536
$(BUGSTITLE_BUGZILLA Phobos regressions,
536
537
538
+ $(LI $(BUGZILLA 13300): pure function 'std.array.Appender!$(LPAREN)T[]$(RPAREN).Appender.ensureAddable' cannot call impure function 'test.T.__fieldPostBlit')
537
539
$(LI $(BUGZILLA 18824): [REG 2.080] Tuple's opBinaryRight takes precedence over appending a tuple to an array of tuples)
538
540
$(LI $(BUGZILLA 19133): core.exception.rangeerror@std/file.d$(LPAREN)3812$(RPAREN):)
539
541
)
@@ -605,7 +607,7 @@ $(BUGSTITLE_BUGZILLA Installer bugs,
605
607
$(LI $(BUGZILLA 19434): "Invalid signature" when using install.sh with no ~/.gnupg)
606
608
)
607
609
)
608
- $(D_CONTRIBUTORS_HEADER 51 )
610
+ $(D_CONTRIBUTORS_HEADER 52 )
609
611
$(D_CONTRIBUTORS
610
612
$(D_CONTRIBUTOR Andrei Alexandrescu)
611
613
$(D_CONTRIBUTOR Andu033)
@@ -655,6 +657,7 @@ $(D_CONTRIBUTORS
655
657
$(D_CONTRIBUTOR Simen Kjærås)
656
658
$(D_CONTRIBUTOR Stanislav Blinov)
657
659
$(D_CONTRIBUTOR Steven Schveighoffer)
660
+ $(D_CONTRIBUTOR Thomas Mader)
658
661
$(D_CONTRIBUTOR Vladimir Panteleev)
659
662
$(D_CONTRIBUTOR Walter Bright)
660
663
$(D_CONTRIBUTOR wolframw)
0 commit comments