|
| 1 | +Ddoc |
| 2 | + |
| 3 | +$(CHANGELOG_NAV_INJECT) |
| 4 | + |
| 5 | +$(VERSION Jul 01, 2023, =================================================, |
| 6 | + |
| 7 | +$(CHANGELOG_HEADER_STATISTICS |
| 8 | +$(VER) comes with 11 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 regression fixes, |
| 20 | + |
| 21 | +$(LI $(BUGZILLA 23965): [REG2.101.0] Appending deprecated structs in deprecated function causes deprecation message) |
| 22 | +$(LI $(BUGZILLA 23978): [REG 2.103.0] ICE: dip1021 memory corruption) |
| 23 | +$(LI $(BUGZILLA 23979): ICE on failed alias this attempt on pointer expression) |
| 24 | +$(LI $(BUGZILLA 24013): [REG 2.103.0] address of a __traits$(LPAREN)getOverloads$(RPAREN) item is not converted to a delegate anymore) |
| 25 | +) |
| 26 | +$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes, |
| 27 | + |
| 28 | +$(LI $(BUGZILLA 21025): Segfault for function contract -preview=dip1021) |
| 29 | +$(LI $(BUGZILLA 22729): ICE: Invalid array access for invalid interface definition) |
| 30 | +$(LI $(BUGZILLA 23768): ImportC: ICE on nested C initializer) |
| 31 | +$(LI $(BUGZILLA 23982): segfault when printing scope inference failure) |
| 32 | +$(LI $(BUGZILLA 23986): ICE: dip1021 asserts on `typeof$(LPAREN)null$(RPAREN)` parameter) |
| 33 | +) |
| 34 | +$(BUGSTITLE_BUGZILLA Phobos regression fixes, |
| 35 | + |
| 36 | +$(LI $(BUGZILLA 23976): std.range.slide fails in dmd-2.104.0) |
| 37 | +$(LI $(BUGZILLA 23993): std.algorithm.maxElement no longer works with array of BigInt) |
| 38 | +) |
| 39 | +) |
| 40 | +$(D_CONTRIBUTORS_HEADER 10) |
| 41 | +$(D_CONTRIBUTORS |
| 42 | + $(D_CONTRIBUTOR Dennis) |
| 43 | + $(D_CONTRIBUTOR Dennis Korpel) |
| 44 | + $(D_CONTRIBUTOR FeepingCreature) |
| 45 | + $(D_CONTRIBUTOR Iain Buclaw) |
| 46 | + $(D_CONTRIBUTOR Martin Kinkelin) |
| 47 | + $(D_CONTRIBUTOR Mathis Beer) |
| 48 | + $(D_CONTRIBUTOR Razvan Nitu) |
| 49 | + $(D_CONTRIBUTOR Richard (Rikki) Andrew Cattermole) |
| 50 | + $(D_CONTRIBUTOR Teodor Dutu) |
| 51 | + $(D_CONTRIBUTOR Walter Bright) |
| 52 | +) |
| 53 | +$(D_CONTRIBUTORS_FOOTER) |
| 54 | +$(CHANGELOG_NAV_INJECT) |
| 55 | + |
| 56 | +Macros: |
| 57 | + VER=2.104.1 |
| 58 | + TITLE=Change Log: $(VER) |
0 commit comments