2
2
3
3
$(CHANGELOG_NAV_INJECT)
4
4
5
- $(VERSION Aug 06 , 2021, =================================================,
5
+ $(VERSION Aug 09 , 2021, =================================================,
6
6
7
7
$(CHANGELOG_HEADER_STATISTICS
8
- $(VER) comes with 6 fixed Bugzilla issues.
8
+ $(VER) comes with 12 fixed Bugzilla issues.
9
9
A huge thanks goes to the
10
- $(LINK2 #contributors, 4 contributors)
10
+ $(LINK2 #contributors, 7 contributors)
11
11
who made $(VER) possible.)
12
12
13
13
$(CHANGELOG_SEP_HEADER_TEXT_NONEMPTY)
@@ -19,11 +19,23 @@ $(CHANGELOG_SEP_TEXT_BUGZILLA)
19
19
$(BUGSTITLE_BUGZILLA DMD Compiler regression fixes,
20
20
21
21
$(LI $(BUGZILLA 22133): [REG2.097] Breaking change in DotTemplateExp type semantics leading to e.g. isInputRange regression)
22
+ $(LI $(BUGZILLA 22157): Bad diagnostic for static/non-static overload resolution conflict)
23
+ $(LI $(BUGZILLA 22170): interface thunk doesn't set EBX to GOT)
22
24
)
23
25
$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes,
24
26
25
27
$(LI $(BUGZILLA 21912): delegate assigned to return scope variable needs closure)
26
28
$(LI $(BUGZILLA 22144): ICE$(LPAREN)dcast.d$(RPAREN): Floating point exception in castTo::CastTo::visit$(LPAREN)Expression*$(RPAREN) at dmd/dcast.d:1702)
29
+ $(LI $(BUGZILLA 22179): core.stdcpp.utility is missing in dmd binary dist)
30
+ )
31
+ $(BUGSTITLE_BUGZILLA Phobos regression fixes,
32
+
33
+ $(LI $(BUGZILLA 22176): Nullable creates autogenerated opAssign, triggering invariants)
34
+ )
35
+ $(BUGSTITLE_BUGZILLA Druntime regression fixes,
36
+
37
+ $(LI $(BUGZILLA 21110): OOB memory access, safety violation)
38
+ $(LI $(BUGZILLA 22178): [REG 2.097] Compilers do not compile on Musl Libc)
27
39
)
28
40
$(BUGSTITLE_BUGZILLA Druntime bug fixes,
29
41
@@ -32,12 +44,15 @@ $(LI $(BUGZILLA 22167): OpenBSD core.sys.posix.semaphore: sem_t should be a poin
32
44
$(LI $(BUGZILLA 22168): Fix non-compiling ELF32_M_INFO & ELF64_M_INFO in core.sys.*.sys.elf32 & core.sys.*.sys.elf64 for DragonFlyBSD, FreeBSD, NetBSD, & OpenBSD)
33
45
)
34
46
)
35
- $(D_CONTRIBUTORS_HEADER 4 )
47
+ $(D_CONTRIBUTORS_HEADER 7 )
36
48
$(D_CONTRIBUTORS
37
49
$(D_CONTRIBUTOR Dennis)
38
50
$(D_CONTRIBUTOR Iain Buclaw)
39
51
$(D_CONTRIBUTOR Martin Nowak)
52
+ $(D_CONTRIBUTOR Mathias Lang)
53
+ $(D_CONTRIBUTOR Mathis Beer)
40
54
$(D_CONTRIBUTOR Nathan Sashihara)
55
+ $(D_CONTRIBUTOR Razvan Nitu)
41
56
)
42
57
$(D_CONTRIBUTORS_FOOTER)
43
58
$(CHANGELOG_NAV_INJECT)
0 commit comments