|
| 1 | +Ddoc |
| 2 | + |
| 3 | +$(CHANGELOG_NAV_INJECT) |
| 4 | + |
| 5 | +$(VERSION Jul 15, 2023, =================================================, |
| 6 | + |
| 7 | +$(CHANGELOG_HEADER_STATISTICS |
| 8 | +$(VER) comes with 6 fixed Bugzilla issues. |
| 9 | + A huge thanks goes to the |
| 10 | + $(LINK2 #contributors, 7 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 23966): [REG2.102] Cannot use traits$(LPAREN)getAttributes$(RPAREN) with overloaded template) |
| 22 | +$(LI $(BUGZILLA 24026): ImportC: ICE on nested C initializer 2) |
| 23 | +) |
| 24 | +$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes, |
| 25 | + |
| 26 | +$(LI $(BUGZILLA 23279): Segmentation fault on mixin template + using unknown type) |
| 27 | +$(LI $(BUGZILLA 23951): "alias this" not properly dereferenced when the object being looked up is a field of a type) |
| 28 | +$(LI $(BUGZILLA 24027): error: instantiated from here: `maxElement!$(LPAREN)"a.a", A[]$(RPAREN)`) |
| 29 | +) |
| 30 | +$(BUGSTITLE_BUGZILLA Druntime regression fixes, |
| 31 | + |
| 32 | +$(LI $(BUGZILLA 23890): "Warning: cannot inline function" in core.lifetime) |
| 33 | +) |
| 34 | +) |
| 35 | +$(D_CONTRIBUTORS_HEADER 7) |
| 36 | +$(D_CONTRIBUTORS |
| 37 | + $(D_CONTRIBUTOR Dennis) |
| 38 | + $(D_CONTRIBUTOR Dmytro Katyukha) |
| 39 | + $(D_CONTRIBUTOR FeepingCreature) |
| 40 | + $(D_CONTRIBUTOR Iain Buclaw) |
| 41 | + $(D_CONTRIBUTOR Razvan Nitu) |
| 42 | + $(D_CONTRIBUTOR Vladimir Panteleev) |
| 43 | + $(D_CONTRIBUTOR Walter Bright) |
| 44 | +) |
| 45 | +$(D_CONTRIBUTORS_FOOTER) |
| 46 | +$(CHANGELOG_NAV_INJECT) |
| 47 | + |
| 48 | +Macros: |
| 49 | + VER=2.104.2 |
| 50 | + TITLE=Change Log: $(VER) |
0 commit comments