On Saturday, 1 October 2016 at 20:57:17 UTC, Martin Nowak wrote:
First beta for the 2.072.0 release.
This release comes with many new phobos features, native TLS
support on OSX, the first bunch of @safety enhancements (try
-transition=safe), and a few smaller language and compiler
additions.
This is also the first dmd release to include dub.
http://dlang.org/download.html#dmd_beta
http://dlang.org/changelog/2.072.0.html
Unfortunately we still need to resolve a regression that causes
issues with EncodingScheme.create
(https://issues.dlang.org/show_bug.cgi?id=16291), you might run
into problems when using std.net.curl.
In case you run into a yet unknown module cycle, this is
likely due to the fixed cycle detection.
We're still working on a -DRT-cyclecheck=printonly switch to
allow
making those non-fatal.
https://github.com/dlang/druntime/pull/1602#issuecomment-248447332
Please report any bugs at https://issues.dlang.org
-Martin
Sorry, but when new libs will be included?
XML (from GSoC) https://github.com/lodo1995/experimental.xml
std_data_json https://github.com/s-ludwig/std_data_json
I think it's better to include them now to std.experimental to
help people start adopt projects to them.