Skip to content

Commit 1fce763

Browse files
committed
update download and changelog for v2.104.2
1 parent 7d4fd04 commit 1fce763

File tree

2 files changed

+51
-1
lines changed

2 files changed

+51
-1
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.104.1
1+
2.104.2

changelog/2.104.2.dd

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
Ddoc
2+
3+
$(CHANGELOG_NAV_INJECT)
4+
5+
$(VERSION Jul 15, 2023, =================================================,
6+
7+
$(CHANGELOG_HEADER_STATISTICS
8+
$(VER) comes with 6 fixed Bugzilla issues.
9+
A huge thanks goes to the
10+
$(LINK2 #contributors, 7 contributors)
11+
who made $(VER) possible.)
12+
13+
$(CHANGELOG_SEP_HEADER_TEXT_NONEMPTY)
14+
15+
$(CHANGELOG_SEP_HEADER_TEXT)
16+
17+
$(CHANGELOG_SEP_TEXT_BUGZILLA)
18+
19+
$(BUGSTITLE_BUGZILLA DMD Compiler regression fixes,
20+
21+
$(LI $(BUGZILLA 23966): [REG2.102] Cannot use traits$(LPAREN)getAttributes$(RPAREN) with overloaded template)
22+
$(LI $(BUGZILLA 24026): ImportC: ICE on nested C initializer 2)
23+
)
24+
$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes,
25+
26+
$(LI $(BUGZILLA 23279): Segmentation fault on mixin template + using unknown type)
27+
$(LI $(BUGZILLA 23951): "alias this" not properly dereferenced when the object being looked up is a field of a type)
28+
$(LI $(BUGZILLA 24027): error: instantiated from here: `maxElement!$(LPAREN)"a.a", A[]$(RPAREN)`)
29+
)
30+
$(BUGSTITLE_BUGZILLA Druntime regression fixes,
31+
32+
$(LI $(BUGZILLA 23890): "Warning: cannot inline function" in core.lifetime)
33+
)
34+
)
35+
$(D_CONTRIBUTORS_HEADER 7)
36+
$(D_CONTRIBUTORS
37+
$(D_CONTRIBUTOR Dennis)
38+
$(D_CONTRIBUTOR Dmytro Katyukha)
39+
$(D_CONTRIBUTOR FeepingCreature)
40+
$(D_CONTRIBUTOR Iain Buclaw)
41+
$(D_CONTRIBUTOR Razvan Nitu)
42+
$(D_CONTRIBUTOR Vladimir Panteleev)
43+
$(D_CONTRIBUTOR Walter Bright)
44+
)
45+
$(D_CONTRIBUTORS_FOOTER)
46+
$(CHANGELOG_NAV_INJECT)
47+
48+
Macros:
49+
VER=2.104.2
50+
TITLE=Change Log: $(VER)

0 commit comments

Comments
 (0)