@@ -5,7 +5,7 @@ $(CHANGELOG_NAV_INJECT)
5
5
$(VERSION Mar 08, 2020, =================================================,
6
6
7
7
$(CHANGELOG_HEADER_STATISTICS
8
- $(VER) comes with 18 major changes and 65 fixed Bugzilla issues.
8
+ $(VER) comes with 18 major changes and 66 fixed Bugzilla issues.
9
9
A huge thanks goes to the
10
10
$(LINK2 #contributors, 55 contributors)
11
11
who made $(VER) possible.)
@@ -336,10 +336,10 @@ $(CHANGELOG_SOURCE_FILE installer, changelog/windows.dd)
336
336
$(P
337
337
- the released dmd.exe is now built with LDC for a reduction of compilation
338
338
times of 30-40%.
339
- - 64-bit builds of dmd.exe and lld-link.exe have been added to the bin64 folder
339
+ - 64-bit builds of dmd.exe, dub.exe and lld-link.exe have been added to the bin64 folder
340
340
- The bundled Windows libraries and definitions have been changed from MinGW 5.0.2
341
341
to MinGW 7.0.0 (with additional wide string `main` entrypoints).
342
- - The bundled LLD linker on Windows binaries have been upgraded to 9.0.0 (including a
342
+ - The bundled LLD linker on Windows has been upgraded to 9.0.0 (including a
343
343
patch that allows exceptions to work on Win32).
344
344
- The VC runtime linked with the MinGW import libraries has been upgraded to
345
345
msvcr120.dll (the last version that allows simple copying and no dependency
@@ -437,6 +437,7 @@ $(LI $(BUGZILLA 20540): $(LPAREN)White|Black$(RPAREN)Hole does not work with ret
437
437
$(LI $(BUGZILLA 20542): std.math.nextafter$(LPAREN)NaN, y$(RPAREN) and nextafter$(LPAREN)x, NaN$(RPAREN) should return NaN)
438
438
$(LI $(BUGZILLA 20544): socket.remoteAddress throws out of memory error with unix domain socket peer)
439
439
$(LI $(BUGZILLA 20585): std.stdio.File open$(LPAREN)$(RPAREN) failure leaves File in invalid state)
440
+ $(LI $(BUGZILLA 20639): Some BitArray methods should be const/pure/nothrow/...)
440
441
)
441
442
$(BUGSTITLE_BUGZILLA Phobos enhancements,
442
443
0 commit comments