diff options
author | grbd <garlicbready@googlemail.com> | 2018-05-28 01:45:35 (GMT) |
---|---|---|
committer | grbd <garlicbready@googlemail.com> | 2018-05-28 01:45:35 (GMT) |
commit | 1e4effee750f8a1bec2f982b1a46b9f4ab14cf04 (patch) | |
tree | f1120caf26be616ef8dfbc1a0324906ffc9423c3 /src | |
parent | b649dec7073d1fb1e9fd08b57f2a95288eba6965 (diff) | |
download | SCons-1e4effee750f8a1bec2f982b1a46b9f4ab14cf04.zip SCons-1e4effee750f8a1bec2f982b1a46b9f4ab14cf04.tar.gz SCons-1e4effee750f8a1bec2f982b1a46b9f4ab14cf04.tar.bz2 |
updates Changes.txt
Diffstat (limited to 'src')
-rw-r--r-- | src/CHANGES.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 0544f60..f74565a 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -15,6 +15,8 @@ RELEASE 3.1.0.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE From Richard West: - Add SConstruct.py, Sconstruct.py, sconstruct.py to the search path for the root SConstruct file. Allows easier debugging within Visual Studio + - Set the default pip installation directory to be non version specific + to aid with development of external tools (such as using pytest) From Bernard Blackham: - Fixed handling of side-effects in task master (fixes #3013). |