Skip to content

Commit f43652c

Browse files
committed
update download and changelog for v2.106.0
1 parent 2d7d6bd commit f43652c

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.105.3
1+
2.106.0

changelog/2.106.0_pre.dd renamed to changelog/2.106.0.dd

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $(CHANGELOG_NAV_INJECT)
55
$(VERSION Dec 01, 2023, =================================================,
66

77
$(CHANGELOG_HEADER_STATISTICS
8-
$(VER) comes with 17 major changes and 62 fixed Bugzilla issues.
8+
$(VER) comes with 17 major changes and 65 fixed Bugzilla issues.
99
A huge thanks goes to the
1010
$(LINK2 #contributors, 33 contributors)
1111
who made $(VER) possible.)
@@ -438,6 +438,8 @@ $(LI $(BUGZILLA 24208): [DIP1000] Scope pointer can escape via non-scope paramet
438438
$(LI $(BUGZILLA 24209): static aa initialization of static function variable ICE)
439439
$(LI $(BUGZILLA 24212): [DIP1000] Scope pointer can escape via non-scope parameter of pure virtual function)
440440
$(LI $(BUGZILLA 24213): [DIP1000] Scope pointer can escape via non-scope parameter of pure delegate)
441+
$(LI $(BUGZILLA 24257): ImportC: ICE on accessing last _Bool bitfield)
442+
$(LI $(BUGZILLA 24262): Assert error with bit fields)
441443
)
442444
$(BUGSTITLE_BUGZILLA DMD Compiler enhancements,
443445

@@ -453,6 +455,10 @@ $(LI $(BUGZILLA 24060): Improve "Cannot create instance of abstract class" error
453455
$(LI $(BUGZILLA 24084): Add -nothrow Switch to Compiler)
454456
$(LI $(BUGZILLA 24173): ImportC: add Microsoft iNN integer literal suffixes)
455457
)
458+
$(BUGSTITLE_BUGZILLA Phobos regression fixes,
459+
460+
$(LI $(BUGZILLA 24267): [REG 2.106 beta] Grapheme cannot be used as an AA key)
461+
)
456462
$(BUGSTITLE_BUGZILLA Phobos bug fixes,
457463

458464
$(LI $(BUGZILLA 24049): std.conv.to: string to enum conversion is not documented)

download.dd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ Macros:
225225

226226
DMDV2=$(LATEST)
227227

228-
_=BETA=$(COMMENT $0)
229-
BETA=$0
228+
BETA=$(COMMENT $0)
229+
_=BETA=$0
230230
B_DMDV2=2.106.0
231231
B_SUFFIX=rc.1
232232

0 commit comments

Comments
 (0)