diff options
author | Russel Winder <russel@winder.org.uk> | 2017-03-13 08:58:20 (GMT) |
---|---|---|
committer | Russel Winder <russel@winder.org.uk> | 2017-03-13 08:58:20 (GMT) |
commit | ad37a0b5edfc7b942b3122fed7780ca07b54aec0 (patch) | |
tree | de7ddad1d69cddf940240cf8bff3fc7b17a000f4 | |
parent | 60d939bcb085cafe0c990487d8a01ecf21150eba (diff) | |
download | SCons-ad37a0b5edfc7b942b3122fed7780ca07b54aec0.zip SCons-ad37a0b5edfc7b942b3122fed7780ca07b54aec0.tar.gz SCons-ad37a0b5edfc7b942b3122fed7780ca07b54aec0.tar.bz2 |
Update the changes file for the change of default D tool ordering.
-rw-r--r-- | src/CHANGES.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 4a7576e..d6eed68 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -13,6 +13,9 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER RELEASE VERSION/DATE TO BE FILLED IN LATER + From Russel Winder: + - Reordered the default D tools from "dmd, gdc, ldc" to "dmd, ldc, gdc". + From William Blevins: - Updated D language scanner support to latest: 2.071.1. (PR #1924) https://dlang.org/spec/module.html accessed 11 August 2016 @@ -146,7 +149,7 @@ RELEASE 2.4.1 - Mon, 07 Nov 2015 10:37:21 -0700 and continuing. From Hiroaki Itoh : - - Add support `Microsoft Visual C++ Compiler for Python 2.7' + - Add support `Microsoft Visual C++ Compiler for Python 2.7' Compiler can be obtained at: https://www.microsoft.com/en-us/download/details.aspx?id=44266 From Florian Miedniak: |