@@ -5,9 +5,9 @@ $(CHANGELOG_NAV_INJECT)
5
5
$(VERSION Apr 01, 2024, =================================================,
6
6
7
7
$(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.
9
9
A huge thanks goes to the
10
- $(LINK2 #contributors, 35 contributors)
10
+ $(LINK2 #contributors, 36 contributors)
11
11
who made $(VER) possible.)
12
12
13
13
$(BUGSTITLE_TEXT_HEADER Compiler changes,
@@ -357,12 +357,18 @@ $(LI $(BUGZILLA 24339): std.mmfile has poor documentation)
357
357
$(LI $(BUGZILLA 24348): Inaccurate documentation for hasSlicing with infinite range)
358
358
$(LI $(BUGZILLA 24384): roundRobin crashes with empty first argument)
359
359
$(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)
360
362
)
361
363
$(BUGSTITLE_BUGZILLA Phobos enhancements,
362
364
363
365
$(LI $(BUGZILLA 24318): Nullable should support non-copyable objects)
364
366
$(LI $(BUGZILLA 24382): std.range.only should have assignable elements)
365
367
)
368
+ $(BUGSTITLE_BUGZILLA Druntime regression fixes,
369
+
370
+ $(LI $(BUGZILLA 24453): [REG2.108] idup fails for inout$(LPAREN)T$(RPAREN)[] slices)
371
+ )
366
372
$(BUGSTITLE_BUGZILLA Druntime bug fixes,
367
373
368
374
$(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)
383
389
$(LI $(BUGZILLA 24331): @nogc and GC.disable$(LPAREN)$(RPAREN) are often confused)
384
390
)
385
391
)
386
- $(D_CONTRIBUTORS_HEADER 35 )
392
+ $(D_CONTRIBUTORS_HEADER 36 )
387
393
$(D_CONTRIBUTORS
388
394
$(D_CONTRIBUTOR Adam D. Ruppe)
389
395
$(D_CONTRIBUTOR Adam Wilson)
@@ -404,6 +410,7 @@ $(D_CONTRIBUTORS
404
410
$(D_CONTRIBUTOR Martin Kinkelin)
405
411
$(D_CONTRIBUTOR Mathis Beer)
406
412
$(D_CONTRIBUTOR Max Haughton)
413
+ $(D_CONTRIBUTOR MrcSnm)
407
414
$(D_CONTRIBUTOR Nicholas Wilson)
408
415
$(D_CONTRIBUTOR Nick Treleaven)
409
416
$(D_CONTRIBUTOR Ogi-kun)
0 commit comments