Big news
- Frontend, druntime and Phobos are at version 2.069.2.
Platform support
- Support for LLVM 3.8 and preliminary support for LLVM 3.9.
Bug fixes
Building LDC
- LDC now requires a preinstalled D compiler.
Internals
Known issues
- LDC does not zero the padding area of a real variable. This may lead to wrong results if the padding area is also considered. See #770. Does not apply to real members inside structs etc.
- Phobos does not compile on MinGW platform.