|
| 1 | +Ddoc |
| 2 | + |
| 3 | +$(CHANGELOG_NAV_INJECT) |
| 4 | + |
| 5 | +$(VERSION Apr 17, 2020, =================================================, |
| 6 | + |
| 7 | +$(CHANGELOG_HEADER_STATISTICS |
| 8 | +$(VER) comes with 7 fixed Bugzilla issues. |
| 9 | + A huge thanks goes to the |
| 10 | + $(LINK2 #contributors, 10 contributors) |
| 11 | + who made $(VER) possible.) |
| 12 | + |
| 13 | +$(CHANGELOG_SEP_HEADER_TEXT_NONEMPTY) |
| 14 | + |
| 15 | +$(CHANGELOG_SEP_HEADER_TEXT) |
| 16 | + |
| 17 | +$(CHANGELOG_SEP_TEXT_BUGZILLA) |
| 18 | + |
| 19 | +$(BUGSTITLE_BUGZILLA DMD Compiler regressions, |
| 20 | + |
| 21 | +$(LI $(BUGZILLA 20130): ICE when casting from string to other array type due to __ArrayCast not being written) |
| 22 | +) |
| 23 | +$(BUGSTITLE_BUGZILLA DMD Compiler bugs, |
| 24 | + |
| 25 | +$(LI $(BUGZILLA 18651): ice: assert in glue.d:777 when building these three trivial files) |
| 26 | +$(LI $(BUGZILLA 20610): const in a .tupleof loop is ignored) |
| 27 | +$(LI $(BUGZILLA 20656): cannot compile live function without -preview=dip1021) |
| 28 | +$(LI $(BUGZILLA 20692): Nested alias declarations and getMember trait can crash dmd) |
| 29 | +$(LI $(BUGZILLA 20700): Forward references leads to `extern$(LPAREN)C++, class|struct$(RPAREN)` being ignored) |
| 30 | +) |
| 31 | +$(BUGSTITLE_BUGZILLA Druntime regressions, |
| 32 | + |
| 33 | +$(LI $(BUGZILLA 20649): Trait isZeroInit gives false in certain scenarios) |
| 34 | +) |
| 35 | +) |
| 36 | +$(D_CONTRIBUTORS_HEADER 10) |
| 37 | +$(D_CONTRIBUTORS |
| 38 | + $(D_CONTRIBUTOR Boris Carvajal) |
| 39 | + $(D_CONTRIBUTOR Ernesto Castellotti) |
| 40 | + $(D_CONTRIBUTOR Hiroki Noda) |
| 41 | + $(D_CONTRIBUTOR Iain Buclaw) |
| 42 | + $(D_CONTRIBUTOR Martin Kinkelin) |
| 43 | + $(D_CONTRIBUTOR Martin Nowak) |
| 44 | + $(D_CONTRIBUTOR Mathias Lang) |
| 45 | + $(D_CONTRIBUTOR MoonlightSentinel) |
| 46 | + $(D_CONTRIBUTOR Nicholas Wilson) |
| 47 | + $(D_CONTRIBUTOR Razvan Nitu) |
| 48 | +) |
| 49 | +$(D_CONTRIBUTORS_FOOTER) |
| 50 | +$(CHANGELOG_NAV_INJECT) |
| 51 | + |
| 52 | +Macros: |
| 53 | + VER=2.091.1 |
| 54 | + TITLE=Change Log: $(VER) |
0 commit comments