@@ -5,9 +5,9 @@ $(CHANGELOG_NAV_INJECT)
5
5
$(VERSION Jun 10, 2020, =================================================,
6
6
7
7
$(CHANGELOG_HEADER_STATISTICS
8
- $(VER) comes with 16 fixed Bugzilla issues.
8
+ $(VER) comes with 19 fixed Bugzilla issues.
9
9
A huge thanks goes to the
10
- $(LINK2 #contributors, 8 contributors)
10
+ $(LINK2 #contributors, 9 contributors)
11
11
who made $(VER) possible.)
12
12
13
13
$(CHANGELOG_SEP_HEADER_TEXT_NONEMPTY)
@@ -22,18 +22,21 @@ $(LI $(BUGZILLA 20626): ICE when using typeof of unittest symbol without -unitte
22
22
$(LI $(BUGZILLA 20830): Segfault for multiple duplicate interfaces)
23
23
$(LI $(BUGZILLA 20885): pointer rejected for the variable declared in a `if` condition)
24
24
$(LI $(BUGZILLA 20890): parameter corruption when other parameter is a static array of length 1)
25
+ $(LI $(BUGZILLA 20893): [REG 2.087] 32-bit arithmetic goes wrong)
25
26
)
26
27
$(BUGSTITLE_BUGZILLA DMD Compiler bugs,
27
28
28
29
$(LI $(BUGZILLA 12520): Comparing two TypeTuples with == does not compile for no arguments)
29
30
$(LI $(BUGZILLA 19344): Enum member UDAs & getUDAs throwing an error)
30
31
$(LI $(BUGZILLA 19728): AliasSeq in UDA errors)
31
- $(LI $(BUGZILLA 20093): Error: cannot form tuple of tuples)
32
+ $(LI $(BUGZILLA 20093): __traits$(LPAREN)getAttributes$(RPAREN) Error: cannot form tuple of tuples)
33
+ $(LI $(BUGZILLA 20710): ICE when statically accessing struct member containing empty array)
32
34
$(LI $(BUGZILLA 20758): __traits$(LPAREN)getAttributes$(RPAREN) as template argument results in broken template instances)
33
35
$(LI $(BUGZILLA 20835): Enum member attributes being evaluated in wrong scope.)
34
36
$(LI $(BUGZILLA 20875): [REG2.087.1] Enum template specialization ignored)
35
37
$(LI $(BUGZILLA 20884): Using getMember with a type as first argument can lose type qualifiers.)
36
38
$(LI $(BUGZILLA 20894): ICE: passing a member template mixin identifier as alias argument)
39
+ $(LI $(BUGZILLA 20919): DMD crash when '__traits' prints error involving a Parameter)
37
40
)
38
41
$(BUGSTITLE_BUGZILLA DMD Compiler enhancements,
39
42
@@ -48,7 +51,7 @@ $(BUGSTITLE_BUGZILLA Druntime bugs,
48
51
$(LI $(BUGZILLA 20832): Fix ioctl request for TCSETS2)
49
52
)
50
53
)
51
- $(D_CONTRIBUTORS_HEADER 8 )
54
+ $(D_CONTRIBUTORS_HEADER 9 )
52
55
$(D_CONTRIBUTORS
53
56
$(D_CONTRIBUTOR Boris Carvajal)
54
57
$(D_CONTRIBUTOR Christian Koestlin)
@@ -58,6 +61,7 @@ $(D_CONTRIBUTORS
58
61
$(D_CONTRIBUTOR Nathan Sashihara)
59
62
$(D_CONTRIBUTOR Nicholas Wilson)
60
63
$(D_CONTRIBUTOR Nils Lankila)
64
+ $(D_CONTRIBUTOR Walter Bright)
61
65
)
62
66
$(D_CONTRIBUTORS_FOOTER)
63
67
$(CHANGELOG_NAV_INJECT)
0 commit comments