2
2
3
3
$(CHANGELOG_NAV_INJECT)
4
4
5
- $(VERSION Mar 08 , 2021, =================================================,
5
+ $(VERSION Mar 11 , 2021, =================================================,
6
6
7
7
$(CHANGELOG_HEADER_STATISTICS
8
- $(VER) comes with 17 major changes and 77 fixed Bugzilla issues.
8
+ $(VER) comes with 17 major changes and 81 fixed Bugzilla issues.
9
9
A huge thanks goes to the
10
- $(LINK2 #contributors, 53 contributors)
10
+ $(LINK2 #contributors, 54 contributors)
11
11
who made $(VER) possible.)
12
12
13
13
$(BUGSTITLE_TEXT_HEADER Compiler changes,
@@ -376,6 +376,8 @@ $(BUGSTITLE_BUGZILLA DMD Compiler regression fixes,
376
376
$(LI $(BUGZILLA 20661): opEquals not recognized for AA key $(LPAREN)take two$(RPAREN))
377
377
$(LI $(BUGZILLA 21319): DMD crashes on immutable circular reference)
378
378
$(LI $(BUGZILLA 21547): Oder of constructor declaration affects struct initializer)
379
+ $(LI $(BUGZILLA 21678): "_d_arraysetlengthT is not callable using argument types" on chained array length assignment)
380
+ $(LI $(BUGZILLA 21696): DMD 2.095.1 Compilation Crash)
379
381
)
380
382
$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes,
381
383
@@ -421,6 +423,7 @@ $(LI $(BUGZILLA 21647): pragma$(LPAREN)msg$(RPAREN) should be able to print a vo
421
423
$(LI $(BUGZILLA 21659): [OSX] core.stdc.config.__c_ulonglong is forward referenced while looking for sizeof)
422
424
$(LI $(BUGZILLA 21662): Extern linkage variables cannot be of types with disabled default construction)
423
425
$(LI $(BUGZILLA 21668): Cannot declare ref parameter of opaque type)
426
+ $(LI $(BUGZILLA 21682): checkaction=context fails for expressions using static operator overloads)
424
427
)
425
428
$(BUGSTITLE_BUGZILLA DMD Compiler enhancements,
426
429
@@ -468,6 +471,7 @@ $(BUGSTITLE_BUGZILLA Druntime bug fixes,
468
471
469
472
$(LI $(BUGZILLA 8046): simd.d needs some documentation)
470
473
$(LI $(BUGZILLA 21544): -checkaction=context formats enum members as their base type)
474
+ $(LI $(BUGZILLA 21666): wrong printf format specifier for `real` with -checkaction=context on Win64)
471
475
)
472
476
$(BUGSTITLE_BUGZILLA Druntime enhancements,
473
477
@@ -479,13 +483,14 @@ $(LI $(BUGZILLA 21292): Chrome by default now blocks downloading .dmg or .exe fi
479
483
$(LI $(BUGZILLA 21493): Documentation broken hyperlink std.stdio)
480
484
)
481
485
)
482
- $(D_CONTRIBUTORS_HEADER 53 )
486
+ $(D_CONTRIBUTORS_HEADER 54 )
483
487
$(D_CONTRIBUTORS
484
488
$(D_CONTRIBUTOR Adam D. Ruppe)
485
489
$(D_CONTRIBUTOR aG0aep6G)
486
490
$(D_CONTRIBUTOR Andrei Alexandrescu)
487
491
$(D_CONTRIBUTOR Atila Neves)
488
492
$(D_CONTRIBUTOR Bartosz Wójcik)
493
+ $(D_CONTRIBUTOR Basile Burg)
489
494
$(D_CONTRIBUTOR Bastiaan Veelo)
490
495
$(D_CONTRIBUTOR Ben Jones)
491
496
$(D_CONTRIBUTOR Bernhard Seckinger)
0 commit comments