@@ -5,9 +5,9 @@ $(CHANGELOG_NAV_INJECT)
5
5
$(VERSION Mar 01, 2023, =================================================,
6
6
7
7
$(CHANGELOG_HEADER_STATISTICS
8
- $(VER) comes with 2 fixed Bugzilla issues.
8
+ $(VER) comes with 5 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)
@@ -16,19 +16,31 @@ $(CHANGELOG_SEP_HEADER_TEXT)
16
16
17
17
$(CHANGELOG_SEP_TEXT_BUGZILLA)
18
18
19
+ $(BUGSTITLE_BUGZILLA DMD Compiler regression fixes,
20
+
21
+ $(LI $(BUGZILLA 23732): Cannot create shared instance of class with -preview=nosharedaccess)
22
+ $(LI $(BUGZILLA 23745): Segfault with forward reference mismatched override with undeclared type)
23
+ )
19
24
$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes,
20
25
21
26
$(LI $(BUGZILLA 23514): Incorrect compilation when adding a 64-bit constant to a link-time address)
22
27
)
28
+ $(BUGSTITLE_BUGZILLA Phobos bug fixes,
29
+
30
+ $(LI $(BUGZILLA 23750): log1p for floats/doubles not actually providing extra accuracy)
31
+ )
23
32
$(BUGSTITLE_BUGZILLA Druntime regression fixes,
24
33
25
34
$(LI $(BUGZILLA 23608): [musl 32-bit] Time functions linked incorrectly on musl >=1.2.0 / 32-bit)
26
35
)
27
36
)
28
- $(D_CONTRIBUTORS_HEADER 4 )
37
+ $(D_CONTRIBUTORS_HEADER 7 )
29
38
$(D_CONTRIBUTORS
39
+ $(D_CONTRIBUTOR Dennis)
30
40
$(D_CONTRIBUTOR Iain Buclaw)
31
41
$(D_CONTRIBUTOR Martin Kinkelin)
42
+ $(D_CONTRIBUTOR Razvan Nitu)
43
+ $(D_CONTRIBUTOR richard (rikki) andrew cattermole)
32
44
$(D_CONTRIBUTOR Vladimir Panteleev)
33
45
$(D_CONTRIBUTOR Zachary Yedidia)
34
46
)
0 commit comments