|
| 1 | +Ddoc |
| 2 | + |
| 3 | +$(CHANGELOG_NAV_INJECT) |
| 4 | + |
| 5 | +$(VERSION Oct 09, 2018, =================================================, |
| 6 | + |
| 7 | +$(CHANGELOG_HEADER_STATISTICS |
| 8 | +$(VER) comes with 5 fixed Bugzilla issues. |
| 9 | + A huge thanks goes to the 10 contributors who made $(VER) possible.) |
| 10 | + |
| 11 | +$(CHANGELOG_SEP_HEADER_TEXT_NONEMPTY) |
| 12 | + |
| 13 | +$(CHANGELOG_SEP_HEADER_TEXT) |
| 14 | + |
| 15 | +$(CHANGELOG_SEP_TEXT_BUGZILLA) |
| 16 | + |
| 17 | +$(BUGSTITLE_BUGZILLA DMD Compiler regressions, |
| 18 | + |
| 19 | +$(LI $(BUGZILLA 19219): Could not CTFE with std.math.exp from 2.082.0) |
| 20 | +$(LI $(BUGZILLA 19243): [REG 2.081] Can no longer override pragma$(LPAREN)lib$(RPAREN) with -L switch) |
| 21 | +$(LI $(BUGZILLA 19266): Some source files names are no longer accepted) |
| 22 | +) |
| 23 | +$(BUGSTITLE_BUGZILLA Phobos regressions, |
| 24 | + |
| 25 | +$(LI $(BUGZILLA 19252): Templated format with variable width allocates 2GB of RAM per call.) |
| 26 | +) |
| 27 | +$(BUGSTITLE_BUGZILLA Phobos bugs, |
| 28 | + |
| 29 | +$(LI $(BUGZILLA 18851): std.net.curl.post cannot be used with !ubyte) |
| 30 | +) |
| 31 | +) |
| 32 | +$(D_CONTRIBUTORS_HEADER 10) |
| 33 | +$(D_CONTRIBUTORS |
| 34 | + $(D_CONTRIBUTOR John Colvin) |
| 35 | + $(D_CONTRIBUTOR kinke) |
| 36 | + $(D_CONTRIBUTOR Martin Nowak) |
| 37 | + $(D_CONTRIBUTOR Mathias Lang) |
| 38 | + $(D_CONTRIBUTOR Mathis Beer) |
| 39 | + $(D_CONTRIBUTOR Petar Kirov) |
| 40 | + $(D_CONTRIBUTOR Rainer Schuetze) |
| 41 | + $(D_CONTRIBUTOR Razvan Nitu) |
| 42 | + $(D_CONTRIBUTOR Remi Thebault) |
| 43 | + $(D_CONTRIBUTOR wolframw) |
| 44 | +) |
| 45 | +$(D_CONTRIBUTORS_FOOTER) |
| 46 | +$(CHANGELOG_NAV_INJECT) |
| 47 | + |
| 48 | +Macros: |
| 49 | + VER=2.082.1 |
| 50 | + TITLE=Change Log: $(VER) |
0 commit comments