|
| 1 | +Ddoc |
| 2 | + |
| 3 | +$(CHANGELOG_NAV_INJECT) |
| 4 | + |
| 5 | +$(VERSION Apr 18, 2021, =================================================, |
| 6 | + |
| 7 | +$(CHANGELOG_HEADER_STATISTICS |
| 8 | +$(VER) comes with 18 fixed Bugzilla issues. |
| 9 | + A huge thanks goes to the |
| 10 | + $(LINK2 #contributors, 15 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 regression fixes, |
| 20 | + |
| 21 | +$(LI $(BUGZILLA 21229): [REG 2.080.2] Constructor flow analysis doesn't understand unions) |
| 22 | +$(LI $(BUGZILLA 21687): Confusing error message for CTFE pointer in static initializer) |
| 23 | +$(LI $(BUGZILLA 21798): checkaction=context creates temporary of type void) |
| 24 | +$(LI $(BUGZILLA 21806): Overload selection ignores slice) |
| 25 | +) |
| 26 | +$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes, |
| 27 | + |
| 28 | +$(LI $(BUGZILLA 19192): [wrong-code] [crashes] Covariant method interface <- abstract class <- class hierarchies) |
| 29 | +$(LI $(BUGZILLA 20705): `-preview=rvaluerefparam` does not work with template deduction) |
| 30 | +$(LI $(BUGZILLA 21799): CTFE doesn't call base class destructor for extern$(LPAREN)D$(RPAREN) classes) |
| 31 | +) |
| 32 | +$(BUGSTITLE_BUGZILLA Phobos regression fixes, |
| 33 | + |
| 34 | +$(LI $(BUGZILLA 21716): std.regex performance regression $(LPAREN)additional GC allocation$(RPAREN)) |
| 35 | +$(LI $(BUGZILLA 21725): Specifying null as bitfields variable name now fails) |
| 36 | +) |
| 37 | +$(BUGSTITLE_BUGZILLA Phobos bug fixes, |
| 38 | + |
| 39 | +$(LI $(BUGZILLA 21702): avoid quadratic template expansion in constraints of multiple search term versions of std.algorithm.searching.startsWith & endsWith) |
| 40 | +$(LI $(BUGZILLA 21721): casting std.BigInts to built-in floating point types doesn't work without -preview=dip1000) |
| 41 | +$(LI $(BUGZILLA 21724): std.algorithm.mutation.copy fails on overlapping arrays if the source array's pointer is less than the destination array's pointer) |
| 42 | +$(LI $(BUGZILLA 21758): std.experimental.checkedint opBinaryRight with integer left-hand side does not compile for any operators except + and -) |
| 43 | +) |
| 44 | +$(BUGSTITLE_BUGZILLA Druntime regression fixes, |
| 45 | + |
| 46 | +$(LI $(BUGZILLA 21709): std.conv.emplace not usable in betterC - 2.096) |
| 47 | +$(LI $(BUGZILLA 21712): [REG 2.096.0] sometimes coverage *.lst files are corrupted) |
| 48 | +) |
| 49 | +$(BUGSTITLE_BUGZILLA Druntime bug fixes, |
| 50 | + |
| 51 | +$(LI $(BUGZILLA 21371): core.stdcpp.allocator: _Adjust_manually_vector_aligned checks for sentinel unconditionally $(LPAREN)Windows only$(RPAREN)) |
| 52 | +$(LI $(BUGZILLA 21701): casWeak is not implemented) |
| 53 | +) |
| 54 | +$(BUGSTITLE_BUGZILLA Druntime enhancements, |
| 55 | + |
| 56 | +$(LI $(BUGZILLA 21784): joining a detached thread results in segfault.) |
| 57 | +) |
| 58 | +) |
| 59 | +$(D_CONTRIBUTORS_HEADER 15) |
| 60 | +$(D_CONTRIBUTORS |
| 61 | + $(D_CONTRIBUTOR Basile Burg) |
| 62 | + $(D_CONTRIBUTOR Boris Carvajal) |
| 63 | + $(D_CONTRIBUTOR Florian) |
| 64 | + $(D_CONTRIBUTOR Imperatorn) |
| 65 | + $(D_CONTRIBUTOR Jon Degenhardt) |
| 66 | + $(D_CONTRIBUTOR Martin Kinkelin) |
| 67 | + $(D_CONTRIBUTOR Martin Nowak) |
| 68 | + $(D_CONTRIBUTOR Mathias Lang) |
| 69 | + $(D_CONTRIBUTOR MoonlightSentinel) |
| 70 | + $(D_CONTRIBUTOR Nathan Sashihara) |
| 71 | + $(D_CONTRIBUTOR Nicholas Wilson) |
| 72 | + $(D_CONTRIBUTOR Puneet Goel) |
| 73 | + $(D_CONTRIBUTOR Roy Margalit) |
| 74 | + $(D_CONTRIBUTOR Vladimir Panteleev) |
| 75 | + $(D_CONTRIBUTOR Ömer Faruk Irmak) |
| 76 | +) |
| 77 | +$(D_CONTRIBUTORS_FOOTER) |
| 78 | +$(CHANGELOG_NAV_INJECT) |
| 79 | + |
| 80 | +Macros: |
| 81 | + VER=2.096.1 |
| 82 | + TITLE=Change Log: $(VER) |
0 commit comments