@@ -5,9 +5,9 @@ $(CHANGELOG_NAV_INJECT)
55$(VERSION Apr 01, 2024, =================================================,
66
77$(CHANGELOG_HEADER_STATISTICS
8- $(VER) comes with 8 major changes and 33 fixed Bugzilla issues.
8+ $(VER) comes with 8 major changes and 36 fixed Bugzilla issues.
99 A huge thanks goes to the
10- $(LINK2 #contributors, 35 contributors)
10+ $(LINK2 #contributors, 36 contributors)
1111 who made $(VER) possible.)
1212
1313$(BUGSTITLE_TEXT_HEADER Compiler changes,
@@ -357,12 +357,18 @@ $(LI $(BUGZILLA 24339): std.mmfile has poor documentation)
357357$(LI $(BUGZILLA 24348): Inaccurate documentation for hasSlicing with infinite range)
358358$(LI $(BUGZILLA 24384): roundRobin crashes with empty first argument)
359359$(LI $(BUGZILLA 24403): Nullable doesn't work with non-mutable types with a destructor)
360+ $(LI $(BUGZILLA 24458): Mac M3 associative array keys on std.net.curl gets overwritten)
361+ $(LI $(BUGZILLA 24465): Tuple does not get a copy constructor when its members need it)
360362)
361363$(BUGSTITLE_BUGZILLA Phobos enhancements,
362364
363365$(LI $(BUGZILLA 24318): Nullable should support non-copyable objects)
364366$(LI $(BUGZILLA 24382): std.range.only should have assignable elements)
365367)
368+ $(BUGSTITLE_BUGZILLA Druntime regression fixes,
369+
370+ $(LI $(BUGZILLA 24453): [REG2.108] idup fails for inout$(LPAREN)T$(RPAREN)[] slices)
371+ )
366372$(BUGSTITLE_BUGZILLA Druntime bug fixes,
367373
368374$(LI $(BUGZILLA 4071): Missing support to share memory and objects between DLLs and executable)
@@ -383,7 +389,7 @@ $(LI $(BUGZILLA 24313): Download page should reference Github nightlies)
383389$(LI $(BUGZILLA 24331): @nogc and GC.disable$(LPAREN)$(RPAREN) are often confused)
384390)
385391)
386- $(D_CONTRIBUTORS_HEADER 35 )
392+ $(D_CONTRIBUTORS_HEADER 36 )
387393$(D_CONTRIBUTORS
388394 $(D_CONTRIBUTOR Adam D. Ruppe)
389395 $(D_CONTRIBUTOR Adam Wilson)
@@ -404,6 +410,7 @@ $(D_CONTRIBUTORS
404410 $(D_CONTRIBUTOR Martin Kinkelin)
405411 $(D_CONTRIBUTOR Mathis Beer)
406412 $(D_CONTRIBUTOR Max Haughton)
413+ $(D_CONTRIBUTOR MrcSnm)
407414 $(D_CONTRIBUTOR Nicholas Wilson)
408415 $(D_CONTRIBUTOR Nick Treleaven)
409416 $(D_CONTRIBUTOR Ogi-kun)
0 commit comments