|
| 1 | +Ddoc |
| 2 | + |
| 3 | +$(CHANGELOG_NAV_INJECT) |
| 4 | + |
| 5 | +$(VERSION Aug 06, 2021, =================================================, |
| 6 | + |
| 7 | +$(CHANGELOG_HEADER_STATISTICS |
| 8 | +$(VER) comes with 6 fixed Bugzilla issues. |
| 9 | + A huge thanks goes to the |
| 10 | + $(LINK2 #contributors, 4 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 22133): [REG2.097] Breaking change in DotTemplateExp type semantics leading to e.g. isInputRange regression) |
| 22 | +) |
| 23 | +$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes, |
| 24 | + |
| 25 | +$(LI $(BUGZILLA 21912): delegate assigned to return scope variable needs closure) |
| 26 | +$(LI $(BUGZILLA 22144): ICE$(LPAREN)dcast.d$(RPAREN): Floating point exception in castTo::CastTo::visit$(LPAREN)Expression*$(RPAREN) at dmd/dcast.d:1702) |
| 27 | +) |
| 28 | +$(BUGSTITLE_BUGZILLA Druntime bug fixes, |
| 29 | + |
| 30 | +$(LI $(BUGZILLA 22166): On OpenBSD and Android make core.sys.posix.arpa.inet: htonl, htons, ntohl, & ntohs work correctly on big endian architectures) |
| 31 | +$(LI $(BUGZILLA 22167): OpenBSD core.sys.posix.semaphore: sem_t should be a pointer to an opaque struct) |
| 32 | +$(LI $(BUGZILLA 22168): Fix non-compiling ELF32_M_INFO & ELF64_M_INFO in core.sys.*.sys.elf32 & core.sys.*.sys.elf64 for DragonFlyBSD, FreeBSD, NetBSD, & OpenBSD) |
| 33 | +) |
| 34 | +) |
| 35 | +$(D_CONTRIBUTORS_HEADER 4) |
| 36 | +$(D_CONTRIBUTORS |
| 37 | + $(D_CONTRIBUTOR Dennis) |
| 38 | + $(D_CONTRIBUTOR Iain Buclaw) |
| 39 | + $(D_CONTRIBUTOR Martin Nowak) |
| 40 | + $(D_CONTRIBUTOR Nathan Sashihara) |
| 41 | +) |
| 42 | +$(D_CONTRIBUTORS_FOOTER) |
| 43 | +$(CHANGELOG_NAV_INJECT) |
| 44 | + |
| 45 | +Macros: |
| 46 | + VER=2.097.2 |
| 47 | + TITLE=Change Log: $(VER) |
0 commit comments