@@ -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)
0 commit comments