@@ -5,7 +5,7 @@ $(CHANGELOG_NAV_INJECT)
5
5
$(VERSION Dec 01, 2023, =================================================,
6
6
7
7
$(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.
9
9
A huge thanks goes to the
10
10
$(LINK2 #contributors, 33 contributors)
11
11
who made $(VER) possible.)
@@ -438,6 +438,8 @@ $(LI $(BUGZILLA 24208): [DIP1000] Scope pointer can escape via non-scope paramet
438
438
$(LI $(BUGZILLA 24209): static aa initialization of static function variable ICE)
439
439
$(LI $(BUGZILLA 24212): [DIP1000] Scope pointer can escape via non-scope parameter of pure virtual function)
440
440
$(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)
441
443
)
442
444
$(BUGSTITLE_BUGZILLA DMD Compiler enhancements,
443
445
@@ -453,6 +455,10 @@ $(LI $(BUGZILLA 24060): Improve "Cannot create instance of abstract class" error
453
455
$(LI $(BUGZILLA 24084): Add -nothrow Switch to Compiler)
454
456
$(LI $(BUGZILLA 24173): ImportC: add Microsoft iNN integer literal suffixes)
455
457
)
458
+ $(BUGSTITLE_BUGZILLA Phobos regression fixes,
459
+
460
+ $(LI $(BUGZILLA 24267): [REG 2.106 beta] Grapheme cannot be used as an AA key)
461
+ )
456
462
$(BUGSTITLE_BUGZILLA Phobos bug fixes,
457
463
458
464
$(LI $(BUGZILLA 24049): std.conv.to: string to enum conversion is not documented)
0 commit comments