summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2018-04-30 01:10:43 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2018-04-30 01:10:43 (GMT)
commitf095eb14013f1f3e21dbb213b4e43694ecbf091d (patch)
tree0bf58214c693246b2d99ecb97295c90c6a1627b6 /src/CHANGES.txt
parent4d2f1e1c2b35d4908067a36cba6850371017c105 (diff)
downloadSCons-f095eb14013f1f3e21dbb213b4e43694ecbf091d.zip
SCons-f095eb14013f1f3e21dbb213b4e43694ecbf091d.tar.gz
SCons-f095eb14013f1f3e21dbb213b4e43694ecbf091d.tar.bz2
move test files from QMTest to testing/framework. QMtest hasn't been used in quite some time
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index ee4d7bb..a4590d0 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -35,6 +35,8 @@ RELEASE 3.1.0.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE
- Fix issue # 3106 MSVC if using MSVC_BATCH and target dir had a space would fail due to quirk in
MSVC's handling of escaped targetdirs when batch compiling.
- Re-Enable parallel SCons (-j) when running via Pypy
+ - Move SCons test framework files to testing/framework and remove all references to QMtest.
+ QMTest has not been used by SCons for some time now.
From Andrew Featherstone
- Removed unused --warn options from the man page and source code.