Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SCons/scons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStenGruener <69786685+StenGruener@users.noreply.github.com>2023-10-28 21:02:04 +0300
committerStenGruener <69786685+StenGruener@users.noreply.github.com>2023-10-28 21:02:04 +0300
commitd1c2fed3f0085253a40a179a39f9f837769f5dfa (patch)
treef8306fa70f33164f58b914951514e42fa5d177a8 /CHANGES.txt
parent367b0cd3ea065f280daf0835131ac0483b1dfa6a (diff)
adding unit test, --debug flag, comments in changes.txt
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 9076faa53..c36298959 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -8,6 +8,9 @@ NOTE: The 4.0.0 Release of SCons dropped Python 2.7 Support
NOTE: 4.3.0 now requires Python 3.6.0 and above. Python 3.5.x is no longer supported
RELEASE VERSION/DATE TO BE FILLED IN LATER
+ From Sten GrĂ¼ner
+ - The --debug flag has a 'sconscript-trace' option allowint to trace
+ files included via SConscript call.
From Max Bachmann:
- Add missing directories to searched paths for mingw installs