@@ -5,9 +5,9 @@ $(CHANGELOG_NAV_INJECT)
55$(VERSION Jun 01, 2023, =================================================,
66
77$(CHANGELOG_HEADER_STATISTICS
8- $(VER) comes with 11 major changes and 62 fixed Bugzilla issues.
8+ $(VER) comes with 11 major changes and 63 fixed Bugzilla issues.
99 A huge thanks goes to the
10- $(LINK2 #contributors, 36 contributors)
10+ $(LINK2 #contributors, 38 contributors)
1111 who made $(VER) possible.)
1212
1313$(BUGSTITLE_TEXT_HEADER Compiler changes,
@@ -372,6 +372,7 @@ $(LI $(BUGZILLA 23769): Lambda isn't a unary predicate for lambda that doesn't c
372372$(BUGSTITLE_BUGZILLA Druntime bug fixes,
373373
374374$(LI $(BUGZILLA 14891): profilegc_setlogfilename w/o null-terminated string might fail during fopen)
375+ $(LI $(BUGZILLA 23949): core.stdc.assert_ for FreeBSD and DragonFlyBSD is incorrect)
375376)
376377$(BUGSTITLE_BUGZILLA Druntime enhancements,
377378
@@ -385,7 +386,7 @@ $(LI $(BUGZILLA 23699): ImportC: Unclear documentation that struct/union/enum in
385386$(LI $(BUGZILLA 23872): Wrong example in Interfacing to C: Calling printf section)
386387)
387388)
388- $(D_CONTRIBUTORS_HEADER 36 )
389+ $(D_CONTRIBUTORS_HEADER 38 )
389390$(D_CONTRIBUTORS
390391 $(D_CONTRIBUTOR Adam D. Ruppe)
391392 $(D_CONTRIBUTOR Andrew Lalis)
@@ -396,7 +397,9 @@ $(D_CONTRIBUTORS
396397 $(D_CONTRIBUTOR Denis Feklushkin)
397398 $(D_CONTRIBUTOR Dennis)
398399 $(D_CONTRIBUTOR Dennis Korpel)
400+ $(D_CONTRIBUTOR Dmytro Katyukha)
399401 $(D_CONTRIBUTOR drpriver)
402+ $(D_CONTRIBUTOR Ernesto Castellotti)
400403 $(D_CONTRIBUTOR Grim Maple)
401404 $(D_CONTRIBUTOR Hiroki Noda)
402405 $(D_CONTRIBUTOR Iain Buclaw)
0 commit comments